Showing posts with label php. Show all posts
Showing posts with label php. Show all posts

Tuesday, January 7, 2014

HTML Marquee Code (Website, Wordpress and Blogger)

HTML Marquee Code
Marquee Codes are useful for both HTML websites and Blogger Blogs. 

General Marquee Code Format:
<marquee behavior="slide" direction="left">Your slide-in text goes here</marquee>

Code Style 1:  <marquee behavior="scroll" direction="left">Your scrolling text goes here</marquee>

Code Style 2: <marquee behavior="alternate">Your bouncing text goes here</marquee>

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

Code Style 4: <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>

Code Style Image 5: <marquee behavior="scroll" direction="left"><img src="/pix/smile.gif" width="100" height="100" alt="smile" /></marquee>

Code Style Image 6: <marquee behavior="scroll" direction="left">
<img src="/pix/smile.gif" width="100" height="100" alt="smile" />
<p>Sample text under a <a href="/html/codes/scrolling_images.cfm">scrolling image</a>.</p>
</marquee>

Code Style TEXT 7: <marquee behavior="scroll" direction="left">This text is surrounded by HTML 'marquee' tags...</marquee>


Code Style with Image 8: <marquee behavior="scroll" direction="left"><img src="http://www.html.am/images/html-codes/marquees/fish-swimming.gif" width="94" height="88" alt="Swimming fish" /></marquee> 

Enjoy...!!!