HTMLHTML · Lesson 13

Entities & Symbols

Escaping reserved characters safely.

Video tutorialTrack course · freeCodeCamp
Speed
Next lesson
Watch 00:00 · 1 checkpoints Watch on YouTube More on this topic
Transcript & captions
3/3
CharacterEntity
<&lt;
>&gt;
&&amp;
"&quot;
non-breaking space&nbsp;
©&copy;
&rarr;
Try it yourself

Knowledge check

0/1 answered

How do you display a literal < sign?