The tried and true method for HTML:
- Replace the
&
character with&
- Replace the
<
character with<
- Replace the
>
character with>
- Optionally surround your HTML sample with
<pre>
and/or<code>
tags.
The tried and true method for HTML:
&
character with &
<
character with <
>
character with >
<pre>
and/or <code>
tags.