I spent several hours searching for an answer to my question but didn't find anything similar. I have completed web with a lot of design. Now I noticed that I didn't use H1 tag on any page and will want to add H1 tag on navigation titles.
So my question is,
How can I make H1 tag to not have any effects, just to be a normal tag in HTML without style effect on the text?
` on navigation. Navigation should use anchor tags ``. `
– Mihai T Dec 18 '18 at 11:56` should be used as the main heading of the page. And only once on every page. That's HTML and also SEO best practice. Also, i suggest you first use some `reset` css that resets everything to default. And then start styling.
tag on each page? hmmm, so I already doing it except on index page. Will be good if I hide h1 tag on index page? Please check how I make https://www.maxko-hosting.com/?page=dedicatedservers H1 at top and other text is h3 and h5. Maybe replace it with H2 and H3?
– Flegy Dec 20 '18 at 00:22