Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Adding Text
Align Text
Marquee
Text Color
Text Font
Text Headers
Text Links
Text Size
Text Spacing
Text Styles
Marquee
396
Basic Code
Description
The basic beginning and ending codes are
Code
<marquee> Text goes here </marquee>
Output
Text goes here
Practice
<marquee> Text goes here </marquee>
Marquee Background
Description
The background that the text loops on.
Here is the most basic way to change the background color of the marquee area:
In the <marquee> tag, put bgcolor="xxxxxx" whereas xxxxxx is the hexidecimal code of a certain color
So the full tag is
<marquee bgcolor="3j79d3">
Text goes here
</marquee>
Code
<marquee bgcolor="3j79d3">
Text goes here
</marquee>
Output
Text goes here
Practice
<marquee bgcolor="3j79d3"> Text goes here </marquee>
Advertisements