html h1
apparently changing h1 default rendering
always best to have one h1 per page, idk why people abuse this
https://developer.mozilla.org/en-US/blog/h1-element-styles/
@stefan yeah it was designed to only have one per page, but its not enforced on a technical level so people started putting more
@stefan i think it is sort of just a common practise, like some things need to be able to find the main title for the content of the page
in theory with html i can make any text element look like any other with some css, but that doesnt mean i should use whatever element i want for any text