Account
Categories

Named HTML Entities


Definition:

A Named Entity is an HTML entity that uses a name or string to represent a special character. It starts with & and ends with (;).

Example:

<

Output:

<

List of Entity Codes for Special Characters:

  • < → &lt;
  • > → &gt;
  • & → &amp;
  • " → &quot;
  • ' → &apos;
  • Space → &nbsp;
  • © → &copy;
  • ® → &reg;
  • ™ → &trade;