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! :)