How can I display my code HTML
? I have a field where the user can change his nick by placing colors, and I want to display the code used as a hint for the user.
My code:
<pre>
<code>
<span style="color: red">Guizoio</span>
</code>
</pre>
It does not work, it does not display HTML
, but rather Guizoio in red.