quote

Purpose

An inline fragment of quoted material.

Contained by

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>quote</title>
  </head>
  <body>
    <p>Sven said, <quote>I spoke to him in the referees' dressing room, and that's all I have to
      say</quote>.</p>
  </body>
</html>

Related topics