or tag?
tag?
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
The <code> element does support arbitrary content. You just have to encode the HTML int here, like this:
<code>
<code> <html> HTML document </html> </code>
That's what stackoverflow does if you type
<html> HTML document </html>