Source code

Revision control

Copy as Markdown

Other Tools

<head>
<title>&lt;pre&gt;</title>
</head>
<body>
<!-- is block -->
<pre class="class" id="id" xml:lang="en">text</pre>
<!-- can contain interactive -->
<pre><a>text</a></pre>
<!-- can contain strictly inline -->
<pre>text <em>elem</em></pre>
</body>
</html>