Reputation: 2587
What do I do if I've already used up all available (6) heading tags? I read somewhere that it's bad practice to use the same heading tag more than once. But using a p tag for something that needs to be a heading isn't much better... I could just use the same heading tag but then I'd feel dirty. I need maor!
Upvotes: 0
Views: 48
Reputation: 34378
It is not bad practice at all to use the same header tag multiple times. The different header tags indicate different levels in the hierarchy of headers, and not different individual headers.
Upvotes: 3
Reputation: 60
You could always just start setting incremented font sizes. I mean its not ideal but it'll be pretty close
Upvotes: -1