HTML MARQUEE SCROLL AMOUNT WITH EXAMPLE
Note: SCROLLAMOUNT value scrolls marquee slower or Faster.
Example
1 Open Notepad and paste the below code.
2 <!DOCTYPE html >
<html>
<body>
<marquee scrollamount="10">SCROLLAMOUNT marquee equals 10</marquee>
<marquee scrollamount="20">SCROLLAMOUNT marquee equals 20</marquee>
</body>
</html>
Save file.
Output:
2) Scroll Image with Marquee Tag
1 Open Notepad and paste the below code
<!DOCTYPE html >
<html>
<body>
<marquee direction="left"> <img src="seo.jpg" /> </marquee>
</body>
</html>
Output:
1 comments:
commentspanu
Reply