Posted by David Dorward on 01/13/06 23:28
tochiromifune wrote:
> My page fails the W3C validation test because my <img> tags are not
> included in block level tags. Does that mean I must write:
> <p><img src="" alt="" /></p>
> instead of
> <img src="" alt="" />
An image where the alternative text is a null string is unlikely to be a
paragraph. A div is more likely to be the most appropriate markup.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|