Question
Posted: Wed Jan 19, 2005 5:55 pm
Okay, I\'ve been looking at a lot of code our site coders have been making and I\'m very curious if I\'ve always done my HTML wrong.
[code]<img src="http://www.site.com/my_image.jpg" alt="My Image" title="My Image">[/code]
This is what I would use if I were putting an image on my site yet on our site coder\'s coding they don\'t use the normal [b]>[/b] to close a tag -- they use [b] />[/b]
Example:
[code]<img src="http://www.site.com/my_image.jpg" alt="My Image" title="My Image" />[/code]
Is this proper to do?
Thanks in advance
~Josh
/sp_ike.gif\' class=\'bbc_emoticon\' alt=\'(spike)\' />
[code]<img src="http://www.site.com/my_image.jpg" alt="My Image" title="My Image">[/code]
This is what I would use if I were putting an image on my site yet on our site coder\'s coding they don\'t use the normal [b]>[/b] to close a tag -- they use [b] />[/b]
Example:
[code]<img src="http://www.site.com/my_image.jpg" alt="My Image" title="My Image" />[/code]
Is this proper to do?
Thanks in advance
~Josh