Quote:
Originally Posted by nexialys
if you want to be XHTML/HTML strict compliant (what everybody wants) forget about ZomgStuff's advice...
<img src="" /> is the only compliant tag here...
and to make it more compliant, you can do that:
HTML Code:
<img src="test.png" /> <span style="font-weight: bold; color: #000;">Admin?</span>
|
If you want to be XHTML/HTML strict compliant (what everybody wants) forget the first part of nexialys' advice...
The correct way to form an image tag is:
Code:
<img src="" alt="" />