Hello!
I was reading a book about AJAX and the writer said that one should always add a space inside of empty div tags so as to not risk compatibility problems in "some browsers".
So this would be wrong <div></div>
and this would be right <div> </div>
.
Question: Is he an idiot or does he know something?
Thank you.