<h1>Heading...</h1>
<h2>Sub-Heading...</h2>
<h3>Sub-Heading...</h3>
<h4>Sub-Heading...</h4>
<h5>Sub-Heading...</h5>
<h6>Sub-Heading...</h6>
font
element and the size
attribute. Instead of using size 6 bold text for the title of your page, you can use the h1
element which will accomplish the same thing.h2
element to create smaller subheadings (font size 5, bold) or the h3
element to create an even smaller subheading (font size 4, bold). This goes on down the line to the lowest heading level, h6
, which equates to font size 1, bold.
<h1>...</h1>
Heading...
<h2>...</h2>
Sub-Heading...
<h3>...</h3>
Sub-Heading...
<h4>...</h4>
Sub-Heading...
<h5>...</h5>
Sub-Heading...
<h6>...</h6>
Sub-Heading...
title
element) would use the <h1>...</h1>
tags:<h1>My Home Page
</h1>
h1
, h2
, h3
, etc...) is a block element and performs like a paragraph by separating itself from other block elements with a line of blank space.<h1>...</h1>
tags for the first heading on your web page, <h2>...</h2>
tags for the next smaller size subheading, <h3>...</h3>
tags for the next smaller, etcetera.
Free Text Editors
Free Graphics Editors
Website Analysis Tools
Free Website Templates
See also:
If you need a .COM web address, you can get one quick and easy at...
<~ BACK | TOP | NEXT ~> |