Answers for "html marque tag"

5

html marquee

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

<marquee></marquee> tag

<!DOCTYPE html>
<html>

   <head>
      <title>HTML marquee Tag</title>
   </head>
	
   <body>
      <marquee>This is basic example of marquee</marquee>
   </body>
	
</html>
Posted by: Guest on May-01-2021

Browse Popular Code Answers by Language