Common Symbols
- Copyright: © 2026
- Reserved Tag: <div>
- Ampersand: &
- Math: 5 × 5 = 25
Why use these?
If I type <h1> directly, the browser thinks it is a header. By using entities, I can display the code itself!
A quick reference to my HTML journey.
If I type <h1> directly, the browser thinks it is a header. By using entities, I can display the code itself!