HTML Entities 📌


HTML Entities are representation of different varieties of characters, assigning icons, mathematical operators,

Basics HTML Entities.

Tag representation and useage
  namespace tag (&nbps;)
< Less than (& lt;)
> Greater than (& gt;)
& Amphersand (& amp;)
" Double quotation mark (& quot;)
' apostrophe (& apos;)
£ Pound Symbol (& pound;)
© Copyright (& copy;)

Try them out to make text more beautiful.