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.
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 ratings0% 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.
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
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>