Hey all,
I have a div tag in which is a basic place holder, calling CSS to clear some floats of previous div tags. They are currently being used like
<div id="clear"></div>
Does my code validate better, or is it better practice to use
<div id="clear" />
instead?
Will any browsers have trouble if I do it the second way?
Thanks
Sage