I'm confused on how to use the header tags properly so, I need help for this. Since, it is a very important part of web development.
|
closed as off topic by DA01, Yisela♦, Johannes, Ken - Abdias Software, Scott Nov 24 '12 at 19:46
Questions on Graphic Design Stack Exchange are expected to relate to graphic design within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
The tags
It's often argued that it's improper to have multiple HTML5 changed things a bit with the outlining algorithm. When writing for HTML5, There is a useful extension for Chrome, HTML5 Outliner, which when clicked shows the heading structure of an HTML5 page. A useful tool! |
|||
|
|
From http://www.w3schools.com/tags/tag_hn.asp
I am unsure what more there is to it. |
|||||
|
|
Depends what you are using the web page for, but I've had to go fix a web site because it had several I believe some SEO software had been run against the websites and they jumped on the ordering of headers as dragging down the score. It makes sense to have a tree structure. With h1's at the top, h2's below etc. Of course this is only of concern for SEO, but as a programmer it makes it more ordered, of course a designer might have a different view. |
|||||||||||
|