Hello everyone,
I have 2 quick questions. I am working on a layout that unfortunately lays out the text different on various pages.
-
Is it considered bad practice if I use lets say a H3 element on a page that doesn’t have any H1 or H2 Elements? Basically, do I always need to go in order by using a H1 first, then H2 and then H3?
-
Is it okay to use multiple H elements, like multiple H1, H2, or H3 elements if lets say I have multiple sections on the same page with titles?
The problem I am running into is on one page the title text for that page might have a certain styling while on another page the title text might have another styling. This is causing me to have to create a custom H1 and H2 class for the various pages. I was curious if I should go that route, or just create H1-H6 and for example using H1 as the title text for one page where it has a certain style and H2 on another page which has a different style for the title text?
I may not have explained the above correctly, been awake for almost 24 hours. Does what I said make sense? lol
Thank you in advance.