I can't remember the term that is used to describe the difference between an html tag that is self-closing,
For example, <hr /> closes itself.
<p>This doesn't</p>
|
The term used by the XML specification is:
The relevant part of the specification says:
However, you might also frequently hear the term self-closing tag. |
|||
|
|
I have always used the term "self-closing tag". I didn't know there was another term! |
|||
|
|
|
I've heard them referred to as void elements. |
|||||||||
|
/and those that don't? Since you said HTML/XML, I guess it's the latter. – LarsH Jun 15 '11 at 22:12