Re: Using anchor tags with header tags

This is a semantic question....  If it is a header symantically Jon is
correct.  If however, it is a link that explains why something is
emphasized, I would use <strong>.  For an example,

<p>
    Webpages should be <a href"www.w3.org/wai">
<strong>accessible</strong><a>. Blah blah blah....
</p>

>> I have seen some Web sites use <a><strong>text</strong></a> instead of
>> <h2><a href="www.hp.com">text</a></h2> for text that appears to
>> function as a header on the page.
>
> This is "that looks about right" coding.
>
>> Is that better?
>
> No, it's much worse.
>

Received on Monday, 21 June 2004 19:12:22 UTC