pre

Purpose

Defines content that is to be rendered with whitespace preserved, and without reformatting.

Contained by

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>pre</title>
  </head>
  <body>
    <pre>
&lt;p pane=&quot;topic&quot;&gt;
  The Multi-Channel Server (MCS) helps you manage the
  complexity of delivering a wide variety of content to
  many types of device.
&lt;/p&gt;</pre>
  </body>
</html>

Related topics