Saturday, October 16, 2010

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:-

Slide Marquee


Welcome to Mixed Bag Of Sid

Code for the Above marquee is:

<marquee behavior="slide" direction="left">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------


Welcome to Mixed Bag Of Sid

Code for the Above marquee is:

<marquee behavior="slide" direction="right">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------


Welcome to Mixed Bag Of Sid

Code for the Above marquee is:

<marquee behavior="slide" direction="up">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------


Welcome to Mixed Bag Of Sid

Code for the Above marquee is:

<marquee behavior="slide" direction="down">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------

Alternate Marquee


Welcome to Mixed Bag Of Sid

Code for the Above marquee is:

<marquee behavior="alternate" direction="left">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------


Welcome to Mixed Bag Of Sid

Code for the Above marquee is:

<marquee behavior="alternate" direction="right">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------


Welcome to Mixed Bag Of Sid


Code for the Above marquee is:

<marquee behavior="alternate" direction="up">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------


Welcome to Mixed Bag Of Sid

Code for the Above marquee is:

<marquee behavior="alternate" direction="down">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------

Scroll Marquee


Welcome to Mixed Bag Of Sid

Code for the Above marquee is:

<marquee behavior="scroll" direction="left">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------


Welcome to Mixed Bag Of Sid

Code for the Above marquee is:

<marquee behavior="scroll" direction="right">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------


Welcome to Mixed Bag Of Sid

Code for the Above marquee is:

<marquee behavior="scroll" direction="up">Welcome to Mixed Bag Of Sid</marquee>

-----------------------------------------------------------


Welcome to Mixed Bag Of Sid

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. ^_^

Followers

  ©Mixed Bag Of Sid | Template by Dicas Blogger | Translated & Modified & Enhanced By Siddharth Naik.

| Back To Top