Being POLITE costs nothing but it is Priceless

HR Size="36" Width="60%" align="Right">

(HR) (/BODY) (/HTML)




tag-jpg

CHARACTERS ENTITIES

Some characters ae reserved i to display such reserved characters, we use the Character Entities
in the source code.

&L T

This entitats the "<" sign on the browser.

&G T

the entity shows the ">" sign on the browser.

&AM P

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>

page no:90
         
Home