To display special characters (e.g., <, >, ", &) correctly in a Web browser, use the HTML representation as shown in the table below:

Special Character
HTML Representation
<
&lt;
>
&gt;
"
&quot;
&
&amp;
non-breaking space
&nbsp;