Answers for "marquee htlm"

5

html marquee

<marquee scrolldirection="left">Your text here</marquee>
Posted by: Guest on January-06-2021
0

marquee tag html

<!DOCTYPE html>
<html>

   <head>
      <title>HTML marquee Tag</title>
   </head>

   <body>
      <marquee>This is basic example of marquee This is basic example of marquee This is basic example of marquee This is basic example of marquee This is basic example of marquee</marquee>
      <marquee direction = "up">The direction of text will be from bottom to top.</marquee>
   </body>

</html>
Posted by: Guest on May-06-2021

Browse Popular Code Answers by Language