answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

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.


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


What does the HTML code marquee mean?

Your text will move when you use it.

Related Questions

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.


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: &lt;marquee behavior="slide" direction="left"&gt;Your slide-in text goes here&lt;/marquee&gt;.


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 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 make marquees?

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


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


What does the HTML code marquee mean?

Your text will move when you use it.


What does HTML mean in ict?

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


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.


Explain about marquee tag in HTML?

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 movementScrolldelay - 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, DownLoop - (How many times to scroll)BgcolorWidthHeightGenerally 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.


What is rolling banners of HTML?

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