Search This Blog

HTML Marquee Tag With Direction Attribute Example

HTML Marquee Tag With Direction Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center><h2> Marquee Tag With Direction Attribute Example </h2></center>
</br>
<marquee direction="right"> >>>>>>>Marquee Direction >>> Right >>>>> </marquee>
<br/>
<p>
In marquee direction attribute can change text float property like left to right.
</p>
</body>
</html>
OUTPUT

No comments:

Post a Comment