• Tutorials Logic, IN
  • +91 8092939553
  • info@tutorialslogic.com

HTML Entities

Entities

Entities are used as a replacement of reserved characters in HTML document. Characters which are not present on the keyboard, can also be replace by entities. For example, if we use the symbol < or > in our HTML document, then the browser might mix these symbol with tags. Thats why we use entities to display reserved characters. Below is a list of important and most commonly used entities-

EntityDescriptionNumerical ReferenceResult
&nbsp;Non-breaking space&#160; 
&lt;Less than&#60;<
&gt;Greater than&#62;>
&amp;Ampersand&#38;&
&quot;Double quotation mark&#34;"
&apos;Single quotation mark (apostrophe)&#39;'
&dollar;Dollar&#36;$
&cent;Cent&#162;¢
&pound;Pound&#163;£
&copy;Copyright&#169;©
&reg;Registered trademark&#174;®