xxxxxxxxxx
<html>
<body>
<h1>Use pre Tag to preserve formatting for Ascii Art</h1>
<p>
When displaying Ascii art you should use figure and figcaption elements,
along with aria markup.
</p>
<figure role="img" aria-labelledby="fox-caption">
<pre>
/^._
,___,--~~~~--' /'~
`~--~\ )___,)/'
(/\\_ (/\\_
</pre
>
<figcaption id="fox-caption">
This fox is illustrated using preformatted text characters and ascii
art.
</figcaption>
</figure>
</body>
</html>