answersLogoWhite

0

File

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

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

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


What is a marquee in illustrator?

In Adobe Illustrator, a marquee refers to a selection box that appears when you click and drag your mouse across the canvas. This box allows you to select multiple objects or paths within the defined area. The selected items are highlighted, enabling you to manipulate, move, or modify them collectively. Marquee selections can also be made using keyboard shortcuts for more efficiency.


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