answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is better HTML or text?

Of course, it's HTML! HTML can do anythink that text can do plus more! Can text make a radio buttin? Can text make a drop-down menu? No, and again no! HTML Text


How do you enable the text-box in html?

You can enable the text box in HTML using input tag. The input tag asks the input type and make it to Text.


What are HTML translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.


What are translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.


How do you make a hyperlink?

Hyperlink types: HTML :- &lt;a href="http://yourlinkhere"&gt;Anchor Text&lt;/a&gt;


How do you make words italic for MySpace?

text here It's called HTML.


How do you make text smaller in HTML?

in css - layout font-size: 36;


HOW will you make certain piece of text bold- faced in HTML?

Use &lt;b&gt;Your Text Here&lt;/b&gt; OR &lt;strong&gt;Your text here&lt;/strong&gt;


What is the difference between HTML an plain text documents?

Yes, they do. The contents is a lot different for one thing. If you open .htm and then .doc in notepad, you will notice that .htm will display code. .doc will display a bunch of random symbols. A word document can't be displayed in a browser. Also, word documents contain pictures. HTML documents have to have pictures linked to it. That's why people sometimes get image errors with the little red X.


What is HTML text?

HTML stands for Hyper Text Markup Language, HTML is not a programming language, it is a markup languageA markup language is a set of markup tags, HTML uses markup tags to describe web pages. So basically you can use it to make links on websites and even use it to make a website from scratch.


How do you make text go to the left on HTML?

You can make the text go to left using the &lt;style&gt; element. The float attributes helps to move it on the left.


How do you make a link on a website?

Using HTML Open a text editor. Make sure that the content is on your website. Create your link text. Surround the link text with tags. Add the &quot;href&quot; attribute. Enter a website's address. Post your link