Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- <strong><a> or <a><strong>
penders - 12:08 am on Feb 27, 2011 (gmt 0)
No difference as regards SEO.
I think this has been touched on already, but it makes a difference depending on how you want to style the elements. A similar example...
| Call <a href="#"><code>someFunction()</code></a> to get the result. |
|
Without applying a CLASS to the anchor in this case there is no way AFAIK with CSS 2.1 or CSS 3 selectors to specifically style anchors that contain <code>. You can style <code> elements within anchors but, depending on your site, that might not be enough to override the styling on the anchor. So, you might need to have the anchor on the outside of the element for the benefit of CSS.
Thread source:: http://www.webmasterworld.com/html/4263435.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com