How to Scroll the Text Across the Top of the Page

Adding a scrolling line of text at the top of your Web page can make it look less static and also emphasize the name of your company or the title of your article. Web pages use the HyperText Markup Language (HTML) to tell browsers how to display text and graphics. By adding a simple HTML instruction, you can create a scrolling line of text.

Instructions

    • 1

      Open your HTML file using a text editor such as Notepad.

    • 2

      Place your cursor at the desired location in your HTML file. If you want your Web page to display the line of scrolling text at the top, place your cursor after the first <BODY> tag.

    • 3

      Type in the following code: "<marquee>Your scrolling text here</marquee>." Replace "Your scrolling text here" with the actual text you want your page to display.

    • 4

      Save your HTML file using the "Save" command in the "File" menu, then upload your file to your web server.

Tips & Warnings

  • You can add several different parameters to your marquee tag to modify its look and behavior (see Resources).

Related Searches:

References

Resources

Comments

You May Also Like

  • How to Create Scrolling Text in HTML

    Navigate to the page that you want to display the scrolling text. Locate the section of your Web page where you want...

  • How to Scroll Text in HTML

    As you create your website, consider adding a special effect such as scrolling text to capture your visitor's attention. This scroll behavior...

Related Ads

Featured