What are HTML entities?
HTML entities are special codes that represent characters with special meaning in HTML, like < (<), > (>), and & (&). They prevent browsers from interpreting these characters as HTML code.
Common entities
- < = <
- > = >
- & = &
- " = "
- ' = '