RE: display property

>> By default, everything is 'display: inline'.

> That's not true. Simply test a page including
> <p>A paragraph.</p>

compliant browsers render a <p> in an xml with no styles as inline element.
p {display:inline;} is usually specified in the browsers default stylesheet
for (x)html documents.
cheers,
claus.
http://w3blog.com/news

Received on Thursday, 26 June 2003 14:08:34 UTC