Javascript AJAX jQuery HTML PHP Example MORE

HTML Entities

In HTML some characters are reserved like less than(<) and greater than(>). If you use this character in HTML it’s working as the HTML tag. So to show this type of character in the HTML page we have to write the entity name instead of this tag.

Some Other Useful HTML Character Entities

Result Description Entity Name Entity Number
non-breaking space

&nbsp;

&#160
< Less Than &lt; &#60;
> Greater Than &gt; &#62;