Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

which text is used to create text animations in html

<!-- For up Direction-->
<marquee width="60%" direction="up" height="100px"></marquee>
<!-- For Down Direction-->
<marquee width="60%" direction="down" height="100px"></marquee>
<!-- For Right Direction-->
<marquee width="60%" direction="right" height="100px"></marquee>
<!-- For Left Direction-->
<marquee width="60%" direction="left" height="100px"></marquee>
 
PREVIOUS NEXT
Tagged: #text #create #text #animations #html
ADD COMMENT
Topic
Name
5+5 =