It looks like you started your HTML tag with a &lt rather than a <. That will display a < rather than use it as the start of an HTML tag.
Typing exactly what you see here (not what the source shows but what shows up below)...
<font size=5>Test text</font>
will get you...
<font size=5>Test text</font>