TIPS
Heading Fonts in the Code
On the Web, we follow the W3C's guidelines as well as commonly accepted "best practice...
Find out moreHeading Fonts in the Code
On the Web, we follow the W3C's guidelines as well as commonly accepted "best practices" for organizing a web page.
Headings play an important role in organizing information, so be sure to include at least H1-H3 when assembling your page.
h1 font-size: 18px;
h2 font-size: 16px;
h3 font-size: 14px;
Since a page full of headings would look just plain silly, its better
to fill the blank space with paragraphs, ordered and unordered lists,
images, and other content. Try to get at least 400+ words on each page.
Note: When writing your headings, include your main keywords in the headings.

