Forum Moderators: not2easy
For example: <h1 class=”for-css”> Title </h1>,
Is the above example bad or good? Will that have any less affect (or more affect) on how search engines see it?
[edited by: Member02 at 7:55 am (utc) on Oct. 11, 2006]
1. Define the rules for h1 in the .css file
2. If an occasional page uses a different rule, either import a second .css file, or put the changed rule in the <head> -- in other words, use the cascade.
Since H1 should only be used once per page
Hmm, is there an authorative source that says you should only use H1 once per page? AFAIK W3C only says something about the title tag, not about the h1 tag.
Can a LINK be placed in a <h2> tag?
E.g.:
<h2>before <a href="#">test</a> after</h2>