is it always necessary to close these tags? by using </br>
<BR> Tags - is it always necessary to close these tags?
Collapse
X
-
-
Originally posted by drhowarddrfineEnd tags for <br> are forbidden.Comment
-
Originally posted by Death Slaughti wouldnt say there forbidden but the <br> is an empty tag it has no end tag so dont use one because </br> isnt a tag at all.
Hope that helps!
GregComment
-
"Forbidden" is the W3C term for tags that are not allowed to have closing tags. Yes, it is called an 'empty tag' and there is no such thing as </ br>.
<br /> in xhtml is the same thing, an 'empty tag' that is self-closing.Comment
Comment