HTML MARQUEE WITH EXAMPLE

SEOSIKHO 22:47:00

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: 


SCROLLAMOUNT marquee equals 10 SCROLLAMOUNT marquee equals 20   



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:
 
              

   

Share this

Related Posts

Previous
Next Post »