Do you need to have a /
at the end of an img
tag? I saw an example on W3schools.com without a /
:
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
I know it isn't necessary to self-close the tag, at least in my browser, but should I do so?