Back to HTML

HTML Tutorial

Entities

Display reserved characters and symbols safely in HTML.

Entities let you display characters that have special meaning in HTML.

Common examples include less-than, greater-than, ampersand, copyright, and non-breaking spaces.

code
<div>Content</div>
© 2026 DevBrainBox