is <p> a block-level or inline-level element?
- by Andor
hi there,
i got a question when i come across the HTML 4.01 DTD:
in the strict DTD, a element is defined as
<!ELEMENT P - O (%inline;)* -- paragraph -->
but somewhat i thought is a block-level, and all(maybe almost) user agents define as a block-level.
so, i just wondering, is a block-level or inline-level element.
thx.