Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

moving text in html


<!DOCTYPE html>
<html>
  
<body>
    <h2>Welcome To GFG</h2>
    <marquee> Lets Move this text.</marquee>
    <marquee direction="right" 
        behavior="alternate" 
        style="border:BLACK 2px SOLID">
        Geeks for Geeks
    </marquee>
</body>
  
</html>
 
PREVIOUS NEXT
Tagged: #moving #text #html
ADD COMMENT
Topic
Name
7+9 =