Answers for "marquee new html tag"

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