What are HTML entities?
Entities display reserved characters (like <, >, &) or symbols not on the keyboard.
Example:
<p>Use <div> for containers and & for ampersands.</p>
Key Takeaway:
Entities prevent HTML from confusing symbols with code.