Now a days web development is a buzzing word. And numerous people are searching for learning HTML. See the trends of tutorial and html?.
That’s why I want to write some tutorial about HTML.
?Getting Started with HTML?
To start writing HTML code you should basically know few HTML tag (i.e: <html><head><title><body>)
?Basic Structure of HTML Page?
To design any HTML page you should follow the basic structure of a html page. Like follow:
<html> <head> <title>Website of Shaharia Azam</title> </head> <body> This is the main body of your HTML page. </body> </html>
This is the most basic HTML structure of a HTML page.
Next Lesson » What is Doctype & basic usage of <head> tags