The Marquee bgcolor attribute in HTML is used to set the backgroundcolor of marquee.
Note: This attribute is no longer supported in HTML5.
Syntax:
<marquee bgcolor="colorname" >
Attribute value:
- color name: Define the background color of the marquee.
Example:
html
<!DOCTYPE html>
< html >
< head >
< title >HTML Marquee bgcolor attribute</ title >
< style >
.main {
text-align: center;
}
.marq {
padding-top: 30px;
padding-bottom: 30px;
}
</ style >
</ head >
< body >
< h1 style = "color:green; text-align:center;" >
GeeksforGeeks
</ h1 >
< marquee class = "marq"
bgcolor = "Green"
direction = "left"
loop = "" >
Background color is green
</ marquee >
</ body >
</ html >
|
Output:
Supported Browsers: The browsers supported by
HTML Marquee bgcolor attribute are listed below:
- Google Chrome
- Internet Explorer
- Firefox
- Apple Safari
- Opera
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape,
GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out -
check it out now!