Today we are going to see how heading are use in an html document. Headings are represented as <h1> to <h6> tags. <h1> is the biggest and <h6> the smallest. Here is an example:
<h1> This is heading 1 </h1>
<h2> This is heading 2 </h2>
<h3> This is heading 3 </h3>
<h4> This is heading 4 </h4>
<h5> This is heading 5 </h5>
<h6> This is heading 6 </h6>
Note: this must be place inside the body tags.
You will noticed that you are getting a blank link on top and bottom of the heading, this is normal as html automatically add a blank line before and after headings.
Author: Christophe Bundoo
http://www.promote-surf.com
http://free-websites-promotion.com
Subscribe to:
Post Comments (Atom)