Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

marquee tag html

<!DOCTYPE html>
<html>

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

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

</html>
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #marquee #tag #html
ADD COMMENT
Topic
Name
8+2 =