blockquote-nested-return-level1.html 156 B

12345678
  1. <blockquote>
  2. <p>This is the first level of quoting.</p>
  3. <blockquote>
  4. <p>This is nested blockquote.
  5. Back to the first level.</p>
  6. </blockquote>
  7. </blockquote>