Trying to validate a piece of HTML -
i'm trying following validated, fails:
<li> <a href="#" title="some title"> <div class="some class"> <img src="http://somepathtoimage.com" alt="some alt text" /> </div> <h3 class="some class">some text</h3> </a> </li>
<div> tags should never placed inside <li> tags, worse inside <a> tags. change <div> , <h3> <span>
Comments
Post a Comment