| How to write Html Headings and Comment |
HTML HeadingIn Html heading define by using <h1> to <h6> tags. <h1> is the largest heading where as <h2> is the smallest. Browsers add empty lines before and after the heading. H1 is the main heading then H2 then less important H3 and so on.
<h1>This is Heading H1</h1>
<h2>This is Heading H2</h2> <h3>This is Heading H3</h3> <h4>This is Heading H4</h4> <h5>This is Heading H5</h5> <h6>This is Heading H6</h6> This will be the result
HTML CommentYou can define comment as a non executable statement means it is readable for developer but not shown or displayed by the browsers. You can insert Comment in html by using following code: <! -- This is a comment -->
|
Learn drawing technique, text effect, 3D graphic & more refer Illustrator Tutorial.
If you want to learn to design website learn through our Dreamweaver Tutorial.
Save your time for website designing and speed up your work by using CSS.

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License