Current Assignment(s)
P1: The Live Site
P1 Workshop (Submission)
Due 11:55PM Wednesday, 10.03
P1 Workshop (Submission)
Due 11:55PM Wednesday, 10.03
Using Headings
<h1>
defines the most important heading. <h6>
defines the least important heading.
<h1>
headings are considered to be main headings, while <h2>
headings are usually considered sub-headings and so forth, through <h6>
.
Note By default, browsers will display headings with decreasing font size, although headings should instead be explicitly styled using CSS rules and definitions. This prevents any un-expected rendering of the web document content.
html
- Previous
- Next