<!DOCTYPE html>
<html>
<head>
<title>HTML marquee Tag</title>
</head>
<body>
<marquee>This is basic example of marquee</marquee>
<marquee width="50%">This example will take only 50% width</marquee>
<marquee direction="right">This text will scroll from left to right</marquee>
<marquee direction="Left">This text will scroll from right to left</marquee>
<marquee direction="up">This text will scroll from bottom to up</marquee>
<marquee direction="down">This text will scroll from top to down</marquee>
</body>
</html>
<html>
<head>
<title>HTML marquee Tag</title>
</head>
<body>
<marquee>This is basic example of marquee</marquee>
<marquee width="50%">This example will take only 50% width</marquee>
<marquee direction="right">This text will scroll from left to right</marquee>
<marquee direction="Left">This text will scroll from right to left</marquee>
<marquee direction="up">This text will scroll from bottom to up</marquee>
<marquee direction="down">This text will scroll from top to down</marquee>
</body>
</html>
No comments:
Post a Comment