Creating Marquee in HTML

How To:

First Open your notepad and type this code and then save this with any name but the extesion should be = .htm or .html

Code for Marquee
 
 <HTML>
<BODY BGCOLOR="GREEN">
<MARQUEE bgcolor="#CCCCCC" loop="-1" 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
&#10;&#13
&#10;&#13
&#10;&#13
&#10;&#13
&#10;&#13
CLICK here
and more...&#10;&#13;">CLICK HERE TO LINK A WEB SITE</A>
</BODY>
</HTML>




Thanks

Nikhil Kumar