-
LOL, I'm telling you to revise what you post before you go ahead trying to teach people stuff - its like your PHP for example...
The code you posted for showing an image isn't even HTML 4 valid.
This is valid...
Code:
<img src="http://www.tehupload.com/images/app-595052135371962611tehup.png.png" alt="website">
-
Actually it's;
HTML Code:
<img src="imageurl.gif" alt="displayed text" />
You need to declare the tag as closed.
-
In XHTML, I'd agree with you but in traditional HTML 4.01, no.
-
Sorry it's not XHTML/HTML 4 valid, but it does the job? :P