Structuring Your HTML :HTML defines three tags that are used to describe the page's overall structure and provide some simple header information...
The Title :Each HTML page needs a title to indicate what the page describes. It appears in the title bar of the browser when people view the web page...
Headings :Headings are used to add titles to sections of a page. HTML defines six levels of headings...
Paragraphs :Now that you have a page title and several headings, you can add some ordinary paragraphs to the page...
Lists :There are many reasons why you might want to add a list to your pages, from putting your five favorite albums on your home page to including a numbered set of instructions for visitors to follow...
Comments :You can put comments into HTML pages to describe the page itself or to provide some kind of indication of the status of the page...
Tags Summary :List of tags we used in previous sections...

