Being POLITE costs nothing but it is Priceless HR Size="36" Width="60%" align="Right"> (HR) (/BODY) (/HTML) |

Some characters ae reserved i to display such reserved characters, we use the Character Entities
in the source code.
This entitats the "<" sign on the browser.
the entity shows the ">" sign on the browser.
This entity displays the & sign on the browser.
These signs "<" ">" & have special meaning in HTML If you want to display these symbols on web page, they should
be written in the given syntax.
<HTML> <HEAD> <TITLE> DISPLAYING SPECIAL SONS </TITLE> </HEAD> <BODY color="Lightgreen> 45 757 <BR> <BR> 95 & GT 29 <BR> <BR> Adaling 20 SAMP 30 gives the results </BODY> </HTML> |