utsav0709 / DevProject

Dasmoto's Arts & Crafts
0 stars 0 forks source link

which header tag to use #1

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

The header tags (h1, h2, h3...) represent different levels of importance. The h1 is used for the main title of the page, then h2s are used as headers for each section, so on and so forth. So you would not want to use h1 in each of these sections. Basically, don't choose the header level based on the size of the font, but on the importance of the header.

https://github.com/utsav0709/DevProject/blob/master/index.html#L18