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
  1. <html>
  2. <body bgcolor="GREEN">
  3. <marquee bgcolor="#CCCCCC" loop scrollamount="2" width="100%">NIKHIL KUMAR JAUHARI</marquee>
  4. </body>
  5. </html>

Glowing the Text Effect

Code for glowing the Text
  1. <HTML>
  2. <BODY>
  3. <SPAN STYLE="position:relative; width:200; height:25; filter:glow (color=#3C0DF0,strength=2)">
  4. <A href="MOUSEOVER COLOR.HTML">THIS IS THE GLOWING TEXT CLICK HERE</A></SPAN> </BODY>
  5. </HTML>
Mouse Over Text Description
  1. <html>
  2. <body><a href="http://www.ORKUT.COM/" title="THIS IS THE LINK BY WHICH YOU CAN LINK WITH ORKUT
  3. CLICK here
  4. and more...
  5. ">CLICK HERE TO LINK A WEB SITE</a></body>
  6. </html>