HTML entities are used to display reserved characters in HTML. They are also used to display characters that cannot be typed from the keyboard.
Character | Entity Name | Entity Number |
---|---|---|
& |
& |
& |
< |
< |
< |
> |
> |
> |
" |
" |
" |
' |
' |
' |
<p>Use < and > to represent the less than and greater than signs.</p>
This will render as:
<p>Use < and > to represent the less than and greater than signs.</p>
Intro Stage-3 --- Go Back --- Next