HTML entities and character sets

To print reserved characters in HTML page, HTML entity is used.

e.g. to show < character on html page, you can use &lt; entity. To add blank space, 
you can use &nbsp; entity.

Some important symbols and html entity codes -
{ - &#123; 
} - &#125;
< - &lt;
> - &lt;
& - &amp;
() - &#40;&#41;
=> - &#61;&#62;
=  - &#61;
-> - &#8594 or &rarr; &darr; &larr; &uarr;
"  - &#34;	&quot;
©  - &#169;	&copy;
®  - &#174;	&reg;
»  - &#187;	&raquo; &laquo;
×  - &#215;	&times;	multiplication sign
÷  - &#247;	&divide;	division sign
+  - &#43;
-  - &#45;

Web development and Automation testing

solutions delivered!!