HTML Lessons - Header Tag
Return to HTML Lessons
View the source for this page.
Notice that the header tag is
bold
and has an automatic
carriage return
.
This header line is <h1>
This header line is <h2>
This header line is <h3>
This header line is <h4>
This header line is <h5>
This header line is <h6>
(Notice there is no <h7> tag, it is ignored.)
This header line is <h7>
Top of Page