What is the right way to do this HTML: header with icon linked

Posted by Hell Awaits on Pro Webmasters See other posts from Pro Webmasters or by Hell Awaits
Published on 2012-04-15T03:35:43Z Indexed on 2012/04/15 5:44 UTC
Read the original article Hit count: 356

Filed under:

I know how to make these examples look and behave the same. But I would like to know which is the right way to build a HTML structure.

  1. <a><img><h1></h1></a> - looks wrong because an inline element is inside of a block element

  2. <a><img></a><h1><a></a></h1> - the same a-element is defined twice. Also I'm not sure about markup inside headers

  3. Any other solutions ?

© Pro Webmasters or respective owner

Related posts about html