Write a program to display marquee from down
Name of Program - Program to display marquee from down direction.
Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.
Code Input-
<!DOCTYPE html>
<html>
<head>
<title>HTML marquee Tag</title>
</head>
<body>
<marquee direction = "down">This text will scroll from bottom to up</marquee>
</body>
</html>
Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc.
Code View -
HTML marquee Tag
Post a Comment