Web Tutorial

Learn Coding

Website Development Training

HTML, CSS, Javascript, PHP, MySql, XML, Ajax, Json, Python
M Yakub Chowdhury   Whatsapp: 8801749400485   myakub@myakub.com

HTML Tutorial

We will learn here web development. We will learn HTML, CSS, Javascript, PHP, MySql.

To learn web development first of all we need to learn HTML.  

HTML means Hyper Text Markup Language.
Hyper means Hyper Link. Linking website pages internally or externally.
Text means data information in the website.
Markup means defined or marked.
Language is communication with website, webserver, browser.

HTML documents starts with HTML Declaration <!doctype html>

It tells the browser that it is a html document.

Then we have to put <html>   that ends with </html>
In the middle we will write our text and codes.

Then there is a head section and body section.

In the head there is title of website that shows on the browser.

In the body there are head line like h1 h2 h3 and paragraph p

Go to notepad.  Write all the codes. Save the document as test.html. Open the documents. You will see the result of what you write.

My HTML Certificate:
© copyright myakub.com