In HTML5 should you use <br> or <br />? also the same question for a <div>.
I have noticed using breaks rendering in IE 10 sometimes causes a miss calculation of height unless the window is re-sized. (hidden areas seem to causes this not figured out the specific HTML yet)
If div's should be closed with </div> then I notice a lot of library's are presuming is allowed (clearing floats is a common one <div class="clear" />)