Marquee Background Color Change | Part #10 | Html Tutorial for Beginners | Web Designing | Mr Tech 001
How To Change Marquee Background Color
in HTML
marquee.
It takes its place. So they can slide into this space.
We can also create a space of our choice.
I will use this tag to change the background color.
<marquee bgcolor=" "> </marquee>
Example!
<html>
<head>
<title></title>
</head>
<body>
<marquee bgcolor="red">
HTML Tutorial for Beginners
</marquee>
</body>
</htlml>
Result:
Example!
<html>
<head>
<title></title>
</head>
<body>
<marquee bgcolor="green">
HTML Tutorial for Beginners
</marquee>
</body>
</htlml>
Result:
Click here to watch a video of this class.
Marquee Background Color Change | Part #10 | Html Tutorial for Beginners | Web Designing | Mr Tech 001



No comments:
if you have any doubts, please let me know