HTML Encyclopaedia
The h3 tag
The HTML element
<h3>
text
</h3>
causes the
text
to be displayed as a level 3 heading. The
text
will be displayed in a smaller font than a level 2 heading, it may be slightly indented or in an italic font. There will be one or two clear lines above and beneath.
This is <h3> style
See also
<h1>
,
<h2>
,
<h4>
,
<h5>
,
<h6>
and general notes on
headings