answersLogoWhite

0

What does the HTML code marquee mean?

Updated: 12/18/2022
User Avatar

Wiki User

15y ago

Best Answer

Your text will move when you use it.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the HTML code marquee mean?
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: <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>


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?

<marquee direction="left">Text Here</marquee>


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. <MARQUEE> Smasher! <IMG SRC="pics/smasher.gif" HEIGHT=25 WIDTH=25"> Smasher! </MARQUEE> 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 can you put the marquee around the image in HTML?

In HTML 4.01, XHTML, and HTML 5, the proper way to add a border to an image is using a CSS declaration. img { border: 2px solid blue; } You could also put that as a style attribute, use a class or id CSS declaration, etc. In versions of HTML prior to 4.01, you added a border using the border attribute. <img src="test.jpg" border="2"> That code produces an image with a border 2 pixels wide. Note that CSS allows you to adjust the borders around an object separately, whereas this method does not allow that kind of distinction.

Related questions

What does HTML mean in ict?

Html means when u make a website u click view click code and then tipe <marquee> in then cut </marquee> to the end of the line click view then click design and u have made a html


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


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>


How does a person use a marquee code?

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.


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?

<marquee direction="left">Text Here</marquee>


How do you make marquees?

In the body of your HTML document, you type in: <marquee>You insert your text here</marquee>


Which HTML tag does not use as an end tag?

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


Code for a marquee on myspace 1.0?

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


How can scroll the name in the HTML?

You can scroll the name using the <marquee> 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.


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]