I’m in the process of building the technical documentation page and I decided to do the technical documentation on HTML. Only problem is that I can’t figure out how to display HTML code without my browser rendering it. Like, I wanna show the code for a text input so it used this code:
<pre>
<code>
<input type="text">
</code>
</pre>
And instead of just displaying it as text it actually renders a text input. I feel like there’s a simple solution to this and I’m just being a moron. Any help would be really appreciated.