HTML Encyclopaedia
The h4 tag
The HTML element
<h4>
text
</h4>
causes the
text
to be displayed as a level 4 heading. The
text
may be displayed in a smaller font than a level 3 heading possibly in a normal font, possibly with indentation. There will be one clear line above and beneath.
This is <h4> style
See also
<h1>
,
<h2>
,
<h3>
,
<h5>
,
<h6>
and general notes on
headings