Billy's Free HTML Code
 

I am going to add Free HTML and JavaScript code here Feel Free to copy and paste what ever you need

 
Email me if you have any problems
 

 

 

   
     
 

Slide-in text:

<marquee behavior="slide" direction="left">Your slide-in text goes here</marquee>

 
  This is how it Should look Your slide-in text goes here    
     
 

Continuous scrolling text:

<marquee behavior="scroll" direction="left">Your scrolling text goes here</marquee>

This code results in:

Your scrolling text goes here
     
 

Text bouncing back and forth:

<marquee behavior="alternate">Your bouncing text goes here</marquee>

This code results in:

Your bouncing text goes here
 
     
 

Text Scrolling Upwards:

<marquee behavior="scroll" direction="up">Your upward scrolling text goes here</marquee>

This code results in:

This way up

     
 

Change the Scrolling Speed:


<marquee behavior="scroll" direction="left" scrollamount="1">Slow scroll speed</marquee>
<marquee behavior="scroll" direction="left" scrollamount="10">Medium scroll speed</marquee>
<marquee behavior="scroll" direction="left" scrollamount="20">Fast scroll speed</marquee>

This code results in:
Slow scroll speed
Medium scroll speed Fast scroll speed


 
     
 

Images & Text (Both Scrolling):

Simply add your text under the image tag (but still within the marquee tags).


<marquee behavior="scroll" direction="left">
<img src="smile.gif" width="100" height="100" alt="smile" />
<p>Sample text under a marquee image.</p>
</marquee>

 

This code results in:

smile

text under a marquee image.


 
     
 

Clock Code Next

 
     
 

London

 
 
 

London

 
 
 

Link to free Clock code

 
 

 

 

 
  If you have anything you need just send an email and i will try and find it for you