Hello.
I've been experimenting with xhtml and now I'm wondering that is there a valid/correct way to add empty elements.
Short question, but here's the two ways I've been using:
<div> </div>
<div> </div> <!-- Same as space -->
Hope someone knows an answer for this.
Thanks.