HTML Codes

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

Glowing the Text Effect

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