You will place the text for scrolling between <marquee> and </marquee> tags. You can add element attributes to alter the default behavior of the marquee. It is a block-level element and is not considered standard HTML, though most browsers support it in some way. The CSS3 working draft from the W3C gives a new way to present scrolling elements using CSS, but that is not yet standard either.
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 direction="left">Text Here</marquee>
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>
In the body of your HTML document, you type in: <marquee>You insert your text here</marquee>
You have to close everything with another tag such as openingtag:<marquee> closingtag:</marquee>.
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
Your text will move when you use it.
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
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>.
You can scroll the name using the <marquee> tag. The marquee tag can be used to slide things in all directions.
It is the scrolling text and it is done using the MARQUEE tag.
you just put ,<marquee>your text here <marquee> and if you want it to bounce from side to side put <marquee behavior="alternate"> your text here<marquee> you can also put HTML in there so you can have picture scrolling also