Write a program to display from up direction

 Write a program to display from up direction

Name of Program - Program to display marquee from up 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 = "up">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 This text will scroll from bottom to up

No comments

Plz.... Don't enter any spam message