| Example of a simple program (1) :
<html> <title>test</title> <head> </head> <body> <table cellpadding=4 border="1"> <tr> <td align="left" colspan="6"> <img src="Bird-01.gif" width="100" height="100"><br> <img src="alien-01.gif" width="100" height="100"> </td> <td><font size="4" color="blue"> <li>The Truth is always thruth.</li> <li> It was as it is before the </li> <li>big bang and it will be as </li> <li>it is after the dessolution. </li> </font> </td> <td><img src="Bird-03.gif" width="100" height="100"><br> <img src="alien-01.gif" width="100" height="100"> </td> </tr> </table> <hr> </body> </html> Make this program and run it. See the effect. You can use any image of your directory. Type and RUN this programs one by one and be attentive to it�s effect. Example1 : <html> <title>Aura</title> <head> <h1><center> About The Aura </center></h1> <body bgColor=�#E1E0BD�> <li> Page1 <li> Page2 <li> Page3 <li> Page4 <li> Page5 </li> <hr> <p align=�justify�> <font size=�5� color=�purple�><b><i> The aura is an energy field that surround and penetrates the human body. Clairvoyants and healers describe it as an egg-shaped field of light and Colors. The aura extends beyond the body anywhere from a few inches To several feet. A special type of photography called kirilian photography Has even able to capture the aura on film. </i></b><font> </p> <hr color=�red�> <br><center> <Square of 4 is : <b><big>4<sup>2</sup> = 16</big></b><hr><br> <h2><i><tt> There are many layers of energy in the aura, each existing at a different Vibration. In order to easily remember the primary layers use the following Example : </tt></i></h2><br> <h3><strike> Suppose someone you know begins to exhibit angry behavior, Their angry energy hits the outer or spiritual layer of your aura. You shrung it off. You look at them with compassion and Assume they must be having a bad day. </strike></h3><br> <i><big><u> Now, the next time you see the same person, they are angry again. Their energy begins to filter into the mental layer of your aura. You will think about their behavior and wonder what�s wrong, Whether or not you did something to upset them, and how you can help them. </u></big></i><br><br> <strong><b> The chemical name of Water is : <strong> <big>H<sub>2</sub>O</big></b><br> </body> </html> Arrange your own picture like .jpg, .gif, .tif, .bmp etc. and insert these into your program. Picture should be in the same directory. Example 2 : <html> <title>HunaHauai</title> <head><center> <img src=�yourImage.gif� width=�60� height=�50�> <img src=�YourImage2.jpg� width=�250� height=�40�> <font color=�purple� size=�5� <b> OUR MIND CREATES THIS WORLD. <br>WITHOUT MIND< IT IS VANISHED. </b></font> <img src=�YourImageHere.jpg� width=�100� height=�50� border=�2�> <br> <font color=�maroon� size=�4� <b> THE PSYCHIC WORLD </b></font><br> </center> </head> <body bgColor=�#E1E0BD�> <table><tr><td width=�15%> <font size=�2� color=�maroom�> <p align=�justify�>There is a very ancient Hawaian legend which tells of Kanehunamoku, The �Hidden� or �Secret� floating Island of the Gods. Sometimes it might be Seen at twilight, looking like a bank of clouds on the horizon, and the Legends say it was this floating Island that bore away the Menehune, mysterious little people of Kauai, so many ages ago, and where some men women traveled to learn spiritual wisdom and psycho-magical powers. <br> </p> </td> <td><img src=�YourImageHere .jpg� width=�100� height=�50� border=�2�> <br><font size=�4� color=�blue�><b> YOU HAVE POWER <br> TO GO OVER THE <br> TRANSMIGRATION� <br> OR WHEELS OF 84 <br><br> </b></font></td><td> <a href=�MyHomePage.html�>HomePage <img src=�Cartoon.jpg� width=�30� height=�20�></a> </tr> <tr><td> <a href= �www. yahoo. com�>Click Here </a><br> <a href=�C:/YourDirectory/Subdirectory/FileName . html�></a> </td><td> <font size=�3� color=�yellow�><b> YOUR IDENTIFICATION <br> SHOULD BE YOUR <br> CELESTIAL DOINGS <br> AND NOT THE DEEDS <br> LIKE �POMP AND SHOW�. <br> </b></font> </td></tr> </table> </body> </html> |
||