Quote:
Originally Posted by phossler
I can see <br/> as a self closing tag being useful, how (why) would anyone use something the same as <div></div>, i.e. nothing being grouped?
Just curious
|
There is no how or why

In EPUB you dont have HTMl you have XHTML which is XML. In XML *any* tag can be self closing, regardless of whether it is useful or not.