Marquee tag in html
The <marquee> tag is used for scrolling text or image displayed either horizontally across or vertically down your web site page depending on the attributes.
1-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee> <p>THIS PAGE IS MADE BY WIZARDING CODES</p></marquee>
</body>
</html>
CONCLUSION — — Text scroll left to right in normal speed (By default without attributes)
Time to add some attributes — —
2-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee direction=up> <p> THIS PAGE IS MADE BY WIZARDING CODES</p> </marquee>
</body>
</html>
CONCLUSION — — — Text scroll in upward direction
3-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee direction=down> <p> THIS PAGE IS MADE BY WIZARDING CODES</p> </marquee>
</body>
</html>
CONCLUSION — — — Text scroll downward
4-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee direction=down> <p> THIS PAGE IS MADE BY WIZARDING CODES</p> </marquee>
</body>
</html>
CONCLUSION — — — Text scroll downward
5-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee direction=down> <p> THIS PAGE IS MADE BY WIZARDING CODES</p> </marquee>
</body>
</html>
CONCLUSION — — — Text scroll downward
6-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee direction=right> <p> THIS PAGE IS MADE BY WIZARDING CODES</p> </marquee>
</body>
</html>
CONCLUSION — — — Text scroll from right to left
7-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee direction=right> <p> THIS PAGE IS MADE BY WIZARDING CODES</p> </marquee>
</body>
</html>
CONCLUSION — — — Text scroll from right to left
8-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee vspace= 12px> <p> THIS PAGE IS MADE BY WIZARDING CODES</p> </marquee>
</body>
</html>
CONCLUSION — — — The vertical space betwwen text increase
9-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee hspace= 12px> <p> THIS PAGE IS MADE BY WIZARDING CODES</p> </marquee>
</body>
</html>
CONCLUSION — — — The height space between text increase
10-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee bgcolor=”black” direction=up> <p style=”color: white”> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> </marquee>
</body>
</html>
CONCLUSION — — — The text color is white and its background is black
11-<!DOCTYPE html>
<html>
<head>
<title>marquee</title>
</head>
<body>
<marquee scrolldelay=70second direction=up> <p style=”color: white”> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> </marquee>
</body>
</html>
CONCLUSION- text scroll in fast speed ( According the value )
QUOTES
1- “All of my friends who have younger siblings who are going to college or high school — — — my number one piece of advice is : you should learn how to program.”
— -Mark Zuckerberg
2- “I taught myself how to program computers when I was a kid, bought my first computer when I was 10, and sold my first commercial program when I was 12.
— — Elon Musk