Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- <strong><a> or <a><strong>


rocknbil - 6:10 pm on Feb 7, 2011 (gmt 0)


Visual bolding only, for human viewers = CSS

Need to add semantic meaning to the inline markup - that is, I want to tell devices, not viewers, that this link has emphasis over others - <strong>

There is no rendering difference but as a preference I like to keep all non link content out of the link.

<strong><a href="#">Link Text</a></strong>

Every now and then you'll see some poorly parsed web page that will pick up data from a site and it will convert the carats to entities if they exist between <a> and </a>, so what you get is

<a href="#">&lt;strong&gt;I worked really hard for this inbound link and look at it, it's a mess&lt;/strong&gt;</a>

(When source is viewed; visually, you can see the strong tags)


Thread source:: http://www.webmasterworld.com/html/4263435.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com