Header Ads Widget

Responsive Advertisement

Some Useful HTML Character Entities :


 HTML Entities

Some characters are reserved in HTML. these characters cannot used in html if you want to use these symbol you have to use special  Entity name or entity Number. as show in below table. If you use the less than (<) or greater than (>) signs in your text, the browser might mix them with tags. Character entities are used to display reserved characters in HTML.
Some Useful HTML Character Entities
ResultDescriptionEntity NameEntity Number
  non-breaking
space
&nbsp;&#160;
<less than&lt;&#60;
>greater than&gt;&#62;
&ampersand&amp;&#38;
"double quotation
mark
&quot;&#34;
'single
quotation
mark
(apostrophe)
&apos;&#39;
¢cent&cent;&#162;
£pound&pound;&#163;
¥yen&yen;&#165;
euro&euro;&#8364;
©copyright&copy;&#169;
®registered
trademark
&reg;&#174;







Add less than symbol in html web page  Add less than symbol in html web page using css Add less than symbol in html web page javascript Add less than symbol in html web page example less than symbol html code html entities list html less-than or equal html greater than symbol 

Post a Comment

0 Comments