answersLogoWhite

0

Explain about marquee tag in HTML?

Updated: 8/11/2023
User Avatar

Wiki User

14y ago

Best Answer

The Marquee tag allows you to have a scrolling text effect. Anything put between the opening and closing tags will scroll across the screen. A number of attributes that go with it and are useful include the following, which all use numbers.

Scrollamount - the amount of pixels of each movement
Scrolldelay - the amount of time in milliseconds between each jump. (1000 is 1 second).

Other attributes, with their values include:

Behavior - Slide (cones in once and stops), Alternate(bounces back and forward), Scroll (default)
Direction - Left, Right, Up, Down
Loop - (How many times to scroll)
Bgcolor
Width
Height


Generally the Marquee tag is not a very popular tag amongst professional web designers as it is seen to be very tacky and annoying after a while. So it is best kept for simple and fun sites.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

<html>

<title>this is html</title>

<body text="red" bgcolor="yellow">

<marquee>

<b><i>HI</b></i>

</marquee>

</body>

</html>

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain about marquee tag in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you add scrolling text to HTML page?

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


How do you use marquee only for heading in HTML?

MARQUEE tag in HTML is used to scroll a line of text or an image across the screen. This is one of the more annoying tags of HTML and if not used properly can be done in very bad taste. (Can you tell I am not a fan of this tag?)... Below is a simple example on how to make this happen and also the different attributes that you can you with it. &lt;MARQUEE&gt; Smasher! &lt;IMG SRC="pics/smasher.gif" HEIGHT=25 WIDTH=25"&gt; Smasher! &lt;/MARQUEE&gt; This would show Smasher! followed by a pic of me followed by the text Smasher!...it would scroll this from right to left across the screen. * BEHAVIOR * BGCOLOR * DIRECTION * HEIGHT * HSPACE * LOOP * SCROLLAMOUNT * SCROLLDELAY * VSPACE * WIDTH


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.


What is the tag used for scrollings in HTML?

You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.


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.

Related questions

Which HTML tag does not use as an end tag?

You have to close everything with another tag such as openingtag:&lt;marquee&gt; closingtag:&lt;/marquee&gt;.


How can scroll the name in the HTML?

You can scroll the name using the &lt;marquee&gt; tag. The marquee tag can be used to slide things in all directions.


What is rolling banners of HTML?

It is the scrolling text and it is done using the MARQUEE tag.


How do you add scrolling text to HTML page?

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


How do you use marquee only for heading in HTML?

MARQUEE tag in HTML is used to scroll a line of text or an image across the screen. This is one of the more annoying tags of HTML and if not used properly can be done in very bad taste. (Can you tell I am not a fan of this tag?)... Below is a simple example on how to make this happen and also the different attributes that you can you with it. &lt;MARQUEE&gt; Smasher! &lt;IMG SRC="pics/smasher.gif" HEIGHT=25 WIDTH=25"&gt; Smasher! &lt;/MARQUEE&gt; This would show Smasher! followed by a pic of me followed by the text Smasher!...it would scroll this from right to left across the screen. * BEHAVIOR * BGCOLOR * DIRECTION * HEIGHT * HSPACE * LOOP * SCROLLAMOUNT * SCROLLDELAY * VSPACE * WIDTH


How do you make HTML banners?

If you mean a scrolling text banner, then you can use the Marquee tag. It is not a popular tag among web designers because scrolling text can look very tacky and get annoying. Not all browsers support the Marquee tag. It is one of Microsoft's tags, designed for Explorer. Here is a simple example of how to use it. &lt;Marquee&gt;This will give you scrolling text, in some browsers&lt;/Marquee&gt;


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.


What is the tag used for scrollings in HTML?

You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.


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.


Marquee left direction and right direction with change text in HTML?

&lt;marquee direction="left"&gt;Text Here&lt;/marquee&gt;


What are the names of tag available in HTML?

There are many different tags and names but here are a few: &lt;html&gt;&lt;body&gt;&lt;title&gt;&lt;marquee&gt;&lt;h1&gt;&lt;h2&gt;&lt;Font face size color&gt;&lt;table&gt;&lt;center&gt;&lt;left&gt;&lt;right&gt;


How do you make marquees?

In the body of your HTML document, you type in: &lt;marquee&gt;You insert your text here&lt;/marquee&gt;