|
pageoneresults -> RE: Heading tags and search engines (9/22/2003 9:54:23)
|
quote:
- Do heading tags only refer to font size (point, pixel, em) or do they specify importance? Or both? They specify importance. When dealing with browsers that do not support CSS, they would specify importance and size. quote:
Must the font size always be in decending order, with largest <h1> to smallest <6> Font size is of no importance here. The order of the <h> elements is the most important aspect of using heading tags. quote:
Can I have, say, an h3 tag at 12 pixels and an h4 tag at 12 pixels, italic? Yes. You can do whatever you want with the sizing of your heading tags. What you cannot do is use them out of order or skip a level, at least not from a semantically correct viewpoint. There should always be an <h1> at the beginning of your document followed by a logical order of <h> tags if applicable.
|
|
|
|