Quote:
Originally Posted by jhowell
This is typical code for centering images. The <img> element is not a block element and is what gets aligned. <div> would work the same for the outer wrapper, but <figure> is more semantically informative. Using <p> would also work, but is semantically inferior and could introduce a skew to the centering because of indentation.
|
But <figure> doesn't work with Mobi. So why is that better to use?