answersLogoWhite

0

Someone can use a marquee code in different ways. One of the most common uses is using it as a HTML code which helps put features on a website including the scrolling feature.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What does the HTML code marquee mean?

Your text will move when you use it.


Code for a marquee on myspace 1.0?

You just go <center> <marquee> I <3 ... .......... </marquee>


What is the bb code for making a text move in superclubsplus?

the codes is [marquee]a few words[/marquee] try this one [marquee=alternate]blah blah blah[/marquee]


How do you make pictures move back and fourth?

if you mean my making pictures move then you use a <marquee></marquee> code:) if like one picture moving then go on gifninja.com its free and works good:)


How do you make your pictures move side to side on MySpace?

well by using this code <marquee behavior="alternate">picture code here.</marquee>. hope dis help shacrazy


How do you make marquees on notepad using HTML?

Marquethis is the text for the HTML Marquee Place the Marquee tags into the document. There are many attributes you can use set the properties of the marquee.


How do you add scrolling text to HTML page?

I love using this code: <marquee>Enter scrolling text here</marquee> Put this code underneath the <body> tag: <html> <body> <marquee>Enter scrolling text here</marquee> </body> </html> Want to change the colour of the text? <font face="arial" color="colour you want" size="8"> place that between <body> and <Marquee> <html> <body> <font face="arial" color="colour you want" size="8"> <marquee>Enter scrolling text here</marquee> </body> </html>


Which HTML tag does not use as an end tag?

You have to close everything with another tag such as openingtag:<marquee> closingtag:</marquee>.


How do you make comments move on GirlsGoGames.com?

type in <marquee> before typing your sentance and you HAVE to use emoticons. ex: <marquee>


How do you make moving text in HTML?

Depending on what you actually mean by 'moving text' there is a few possibilities. The most common, however is a Marquee in HTML. The code for this 'moving text' is: <marquee behavior="slide" direction="left">Your slide-in text goes here</marquee>.


What is the HTML code for a scroll box?

The simplest way to do it is to put them into two cells in a table like this: <TABLE> <TR> <TD><Marquee>This will give you scrolling text in one box</Marquee></TD> <TD><Marquee>This will give you scrolling text, in another box</Marquee></TD> </TR> </TABLE> If you want to put a border around them, then you'd have the first line as: <TABLE Border=1> A Marquee won't work on every kind of browser and is in fact thought of as being tacky and not very popular.


How do you make a character move in HTML?

You cant in HTML. Try Javascript (however it is better if you use a picture editor like Macromedia Fireworks and save the image as .jpg), You can. You would have to program it though. I have some of the "text moving features" added to my personal HTML. You could do the same.