You usually will only have 1 "h1" tag per HTML page. The H1 is for the main title of the page, then h2 are the titles of major sections, so on and so forth. Don't choose the header tag based on its size, but rather its semantic importance.
https://github.com/rurounisena/colmar2.0/blob/master/index.html#L46
You usually will only have 1 "h1" tag per HTML page. The H1 is for the main title of the page, then h2 are the titles of major sections, so on and so forth. Don't choose the header tag based on its size, but rather its semantic importance.
https://github.com/rurounisena/colmar2.0/blob/master/index.html#L46