nicoledag / Colmaracademy

0 stars 0 forks source link

header tag hierarchy #2

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

Header tags come in a variety of numbers (h1, h2, h3) because they each signify levels of importance. H1's are for the main title of the page, often there will only be 1. H2's are section headers, so on and so forth. Make sure you choose header tags based on their importance and not for the default styling they come with. https://ux.stackexchange.com/questions/49111/is-it-ok-to-use-h1-and-then-h3-instead-of-h1-and-then-h2

https://github.com/nicoledag/Colmaracademy/blob/master/index.html#L71