Creating Marquee in HTML
First Open your notepad and type this code and then save this with any name but the extension should be = .htm or .html
Code for Marquee
- <html>
-
- <body bgcolor="GREEN">
- <marquee bgcolor="#CCCCCC" loop scrollamount="2" width="100%">NIKHIL KUMAR JAUHARI</marquee>
- </body>
-
- </html>
Glowing the Text Effect
Code for glowing the Text
- <HTML>
-
- <BODY>
- <SPAN STYLE="position:relative; width:200; height:25; filter:glow (color=#3C0DF0,strength=2)">
-
- <A href="MOUSEOVER COLOR.HTML">THIS IS THE GLOWING TEXT CLICK HERE</A></SPAN> </BODY>
-
- </HTML>
Mouse Over Text Description
- <html>
-
- <body><a href="http://www.ORKUT.COM/" title="THIS IS THE LINK BY WHICH YOU CAN LINK WITH ORKUT
- CLICK here
-
- and more...
- ">CLICK HERE TO LINK A WEB SITE</a></body>
-
- </html>