answersLogoWhite

0


Best Answer

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>

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Vertical scrolling can be obtained in the same way as horizontal one. Marquee tag can be used with certain attributes.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you add scrolling text to HTML page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the so-called founding technology of HTML?

hyper text markup language tags are instruction that are embedded directly into the text of the document.An HTML is the language interpreted by a browser.Web page are also called HTML document. HTML is a set of special codes that can be embedded in text to add formatting and linking information.HTML is specified as tags in a HTML document.


How can you add audio to HTML?

HTML does not add files. That is the use of SQL.


How do you add text to an already existing p tag in JavaScript or PHP?

Consider your HTML &lt;p id="pid"&gt;Hello &lt;/p&gt; In javascript document.getElementById('pid').innerHTML="world"; Remember "id" are unique on the HTML page hence js will always pick &lt;p&gt; where id=pid.


What is the code to center a heading in HTML?

The CENTER tag in HTML is used to center blocks of code within an HTML document. The tag is very easy to use as you only have to open it and close it around the text you want centered. This can be 2 lines of text or an entire webpage. See the example below. &lt;center&gt; Smasher is teaching me HTML &lt;/center&gt; This would take the text and center it on the screen. If you want to center the whole page simply put the open tag at the beginning of the document and the close tag at the end.


What is the primary function of an HTML?

Well HTML, or Hyper-Text Mark-Up Language, code is a code language. Every program (e.g. Microsoft Front Page) makes this HTML code. Each program including Internet Explorer and Mozilla Firefox use this program to display information it is programmed to display.

Related questions

What is the so-called founding technology of HTML?

hyper text markup language tags are instruction that are embedded directly into the text of the document.An HTML is the language interpreted by a browser.Web page are also called HTML document. HTML is a set of special codes that can be embedded in text to add formatting and linking information.HTML is specified as tags in a HTML document.


How can you add music to a HTML web page when using notepad I want to know where to get some songs or music files from and where to go from there?

as far as i know you cant add music or moving images to a HTML format page for only java can hold moving images or sound. HTML is only a standard format page and can only hold still images or text


How do you create marquee in html?

You will place the text for scrolling between and 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.


Can you link an HTML page to your HTML page?

If it is someone else's page and they control the page, then only they can add a link on their page to your page. If you have two pages that you control, then you can link them to each other.


How can you add audio to HTML?

HTML does not add files. That is the use of SQL.


How can you add a webpage in an HTML?

To add a webpage within a particular area in an already existing HTML page, &lt;EMBED&gt; tag or &lt;IFRAME&gt; tag can be used. For example: &lt;EMBED SRC="http://www.domainname.com"&gt; will add the page (http://www.domainname.com) in the existing page. Or &lt;IFRAME SRC="http://www.domainname.com"&gt;&lt;/IFRAME&gt; will also add the page (http://www.domainname.com) in the existing page.


Title in HTML?

A HTML document's title refers to the text that appears in the tabs on a surfer's browser, basically it is the name of the page. The tag to set the title goes in the HEAD section of the HTML document, you add the tag: &lt;title&gt;Your Title Goes Here&lt;/title&gt; Again, this belongs in the head, so like this: &lt;!doctype HTML&gt; &lt;HTML&gt; &lt;head&gt; &lt;title&gt;Your Title Goes Here&lt;/title&gt; &lt;/head&gt; &lt;body&gt; Page content here &lt;/body&gt; &lt;/HTML&gt;


Is it possible on Tumblr to hide the title and description from page 2 onward?

No. I advice you to add infinite scrolling, that way there are no pages.


I want to add bootstrap carousel in my site is this possible link : hydrolife.pk?

Open the created HTML file with an HTML or text editor. There are two parts of code in the file, you have to copy the first part to your web page with the tag in front and insert the second part to your web page where you want the slider to display


Where to place an HTML code on own website?

HTML makes the website, so it is right throughout the page. Effectively your website is built by HTML and then you add the actual content you want. You can't have a page without it.


How do you post literature on DeviantART?

First enter the Submission page. There will be an area to upload your deviation in the middle of the page. There are two buttons, Add File and Add Text beneath the box. Click on Add Text and place your literature in the text box which appears.


What forms can you add to your website?

You can add any forms you want, you only need to type the form in the HTML of the page.