Search This Blog

HTML Marquee Tag With Bgcolor Attribute Example

HTML Marquee Tag With Bgcolor Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Marquee Tag With Bgcolor Attribute Example </h2>

<marquee direction="right" bgcolor="lightgreen"> Marquee Direction Right Using Bgcolor </marquee>
<br/>
<p>In Marquee bgcolor attribute can change the text display background color </p>
</body>
</html>
OUTPUT

No comments:

Post a Comment