A tag that's new to me <div/>
I've recently run across this self closing tag in a few books, but it looks like it should actually be </div> and not <div/>. In fact the check book tool throws an error, so clearly it's not effective in closing the <div> tag.
Is this to be used in some specific situation? Can you cast any light?
|