Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

tag attribute example.
<marquee behavior="scroll" direction="up" scrollamount="1">Slow Scrolling</marquee>
<marquee behavior="scroll" direction="right" scrollamount="12">Little Fast Scrolling</marquee>
<marquee behavior="scroll" direction="left" scrollamount="20">Fast Scrolling</marquee>
<marquee behavior="scroll" direction="right" scrollamount="50">Very Fast Scrolling</marquee>
Output:
Source by www.w3schools.in #
 
Tagged: #tag #attribute
ADD COMMENT
Topic
Name
6+4 =