<img src='stackoverflow.png'>
<img src='stackoverflow.png'></img>
<img src='stackoverflow.png' />
Which one of them is true?
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
Works fine and closes the tag properly. Best to add the |
|||||||||||||
|
|
This one is valid HTML5 and it is absolutely fine without closing it. It is a so-called void element:
The following are valid XHTML tags. They have to be closed. The later one is also fine in HTML 5:
|
|||||
|