Headings are most important in all matters .Like that it is most important in HTML Document
HTML HEADING
Headings are defined with the <h1> to <h6>.
The Largest heading defines with the <h1> and smallest heading defines with <h6>
Note: Use the HTML heading tags for heading only. Don't use heading to make something Bold.
<h1>My webpage </h1>
<h2>My webpage</h2>
<h3>My webpage </h3>
<h4>My webpage </h4>
<h5>My webpage </h5>
<h6> My webpage </h6>
HTML COMMENT
Comments are not display. It can be inserted in the html code to make it more readable and understandable .Comment code is <!--Your comment--> .
12/31/2011 09:02:00 PM
Unknown


Posted in: 