How to add Marquee in HTML Pages/Website/Blogs/Forums
Many Website/Page/Blog/Forum Owners want to add some kind of Marquee on there respective site.(Note: HTML must be Enabled on it)
So here is some small and simple tutorial for adding Marquee:-
A marquee is made of two tags i.e <marquee> </marquee> , in this tag we can add few more stuff like behavior and direction.
Behavior in marquee decides how they marquee will behave.There are 3 types of behavior in marquee i.e slide,scroll,alternate
Direction in marquee decides in which direction the marquee will go. There are 4 direction i.e up,down,left,right
You can even add different tags in between the marquee tag to make your marquee more attractive. The tags which can be used between marquee are span,font,bgcolor,style etc.
So your marquee tag will look some what like this <marquee behaviour="What you Like" direction="what you like">Text what you want</marquee>
Some Marquee examples are as follows:-
Code for the Above marquee is:
<marquee behavior="slide" direction="left">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="slide" direction="right">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="slide" direction="up">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="slide" direction="down">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="alternate" direction="left">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="alternate" direction="right">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="alternate" direction="up">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="alternate" direction="down">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="scroll" direction="left">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="scroll" direction="right">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="scroll" direction="up">Welcome to Mixed Bag Of Sid</marquee>
-----------------------------------------------------------
Code for the Above marquee is:
<marquee behavior="scroll" direction="down">Welcome to Mixed Bag Of Sid</marquee>
Be the first to comment!
Post a Comment
Feel free to ask anything or help us with new ideas or suggestions via your comments. ^_^