Possible Duplicates:
What are all the valid self-closing tags in XHTML (as implemented by the major browsers)?
Are (non-void) self-closing tags valid in HTML5?
Why do browsers think this <div/> tag isn't immediately ended?
can someone please explain why this happens?
.lineBreak10
{
height: 10px;
}
<div class="lineBreak10"/>
--> does not work
<div class="lineBreak10"></div>
--> works