0% found this document useful (0 votes)
41 views

Your Slide-In Text Goes Here

The document describes how to use the <marquee> tag to create different types of scrolling text and images on a web page, including slide-in text, continuous scrolling, bouncing back and forth, scrolling upwards, and changing the scroll speed.

Uploaded by

Kamal Markam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

Your Slide-In Text Goes Here

The document describes how to use the <marquee> tag to create different types of scrolling text and images on a web page, including slide-in text, continuous scrolling, bouncing back and forth, scrolling upwards, and changing the scroll speed.

Uploaded by

Kamal Markam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Your slide-in text goes here

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


here</marquee>
Continuous scrolling text:
<marquee behavior="scroll" direction="left">Your scrolling text goes
here</marquee>
Text bouncing back and forth:

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


here</marquee>
Text Scrolling Upwards:

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


here</marquee>
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>
Scrolling Images:

<marquee behavior="scroll" direction="left"><img src="/pix/smile.gif"


width="100" height="100" alt="smile" /></marquee>
Images & Text (Both Scrolling):

<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>

You might also like