blockquote

Purpose

Defines a block of text quoted in the current document.

Contained by

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>blockquote</title>
  </head>
  <body>
    <blockquote>Some browsers will automatically indent blockquotes from the main text
    margins.</blockquote>
  </body>
</html>

Related topics