Forum Moderators: martinibuster
"The title is generally duplicated in an <h1> element towards the top of the page. Unlike the title, this element can include links, emphasis and other HTML phrase elements.
"Often, webmasters will use an <h2> element instead, to make the heading smaller. This is incorrect, Cascading Style Sheets should be used to create this effect."
Per W3C guidelines. In other words, you can use links, and you can change appearance via CSS. I would hope that the SE's do not penalize for following recommendations from W3C
WBF
And then if I hyperlink <h1> without the actually showing it in terms of color blue with underline.Is this called Spamming?
You should remember that:
1. H1 Element adds weight to the page the element resides on.
2. A link adds weight to the page being "link to" and not really the page the link is on.
Thus if your purpose is to create a higher importance and relevance of the page in question - having other pages with a link to this one will produce the desired effect.
many people use h1,h2,h3 links and there is no reason that a heading cannot also be a link - even for the document structure purists - then it is reasonable that a heading could be a relevant heading on a page but also link to another page with even more related information.
we actually use h elements as links sometimes as it also helps to define the importance of the link visually on the page, especially in a directory type structure -
the link to the main category would be bigger than to the subcats, which would be bigger than to the sub-sub-cats.