Forum Moderators: open

Message Too Old, No Replies

<blockquote> and <p>

Validation failed, validation successful?

         

Gabriele

2:10 pm on Oct 8, 2005 (gmt 0)

10+ Year Member



hi all! :)
Following the meaning of the title, I've encountered several issues with <blockquote> and <p>. In other words, is correct to put an <p> element inside a <blockquote> one in XHTML 1.1? The example:


<blockquote>
<p>Long quotation.</p>
</blockquote>

Thanx for your help guys! :)

Robin_reala

3:08 pm on Oct 8, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yeah, I believe that is correct. Blockquotes must contain another block level element, not a text node.