How to Create Marque in HTML

by 3:07 AM 0 comments

<html>
 <head>
<title>
    Marquee in HTML
</title>
</head>   
<body>
<marquee behavior="alternate">Your bouncing text goes here</marquee>
<marquee behavior="scroll" direction="right">Your continuous scrolling text goes here</marquee>
<marquee behavior="alternate" scrollamount="30">Your fast bouncing text goes here</marquee>
<marquee  behavior="scroll" direction="up">Your upward scrolling text goes here</marquee>
<marquee  behavior="scroll" direction="down">Your downward scroller text goes here</marquee>

<marquee behavior="scroll" direction="right" scrollamount="1">Tortoise</marquee>
<marquee behavior="scroll" direction="right" scrollamount="10">Hare</marquee>
<marquee behavior="scroll" direction="right" scrollamount="20">Cheetah</marquee>

<marquee behavior="scroll" direction="left" scrollamount="80" scrolldelay="500">Your continuous scroll text goes here</marquee>


<marquee behavior="scroll" direction="right">Your continuous scrolling text goes here</marquee>

<marquee behavior="scroll" direction="left" scrollamount="30">Your continuous scrollable text goes here</marquee>

<marquee behavior="scroll" direction="left" mouse="stop">Your continuous scroll text goes here</marquee>

</body>
</html>



Click Here to See Demo

Deepak

Developer

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Curabitur blandit tempus porttitor. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.

0 comments:

Post a Comment