0
steave posted
Stray end tag img
i am using W3C validator to test my website's Html markupand get this below image
Error: Stray start tag img.
From line 529, column 84; to line 529, column 141
i=index" ><img src="image.jpg" alt="en" /></opti
Stray end tag img
code is as below
<select>
<option ><img src="image.jpg" alt="en" /></option>
</select>
so what could be the solution for the error Stray end tag img ?