Marquee in HTML

We are discuss different Marquee style scroll in different manner. Such as top to bottomm, bottom to top, left to right, right to left and scroll speed control.
Marquee tag is used for the purpose of make the small kind of head line or make important thing in the particular area using marquee scroll style.
Marquee tags are used more purpose,like latest news, top news publishing, events etc all things are scroll in a particular area.



demo

START/STOP


Start and stop are the main functions in marquee.

		
		
	





onmouseover=”this.stop();” for stop the marquee content on on mouse over
onmouseout=”this.start();” for start the marquee tag content on mouse out.

MARQUEE DIRECTION


Marquee direction is used for make the marquee move direction.

		
		
	
	





Choose any one direction in the above direction like left or right or up or down any one direction.

MARQUEE SPEED


Marquee speed specify how reduce and increase the speed of marquee tag moving.

		
		
	




FULL CODE




Bottom to top

  • Bottam to top
  • Test

Top to bottom

  • top to bottom
  • Test

Left to right

  • Left to right
  • Test

Right to left

  • right to left
  • Test




download

Leave a Reply

Your email address will not be published.