Blog Search
Latest Posts
New SEO and Link Building Services
Firefox 3 Web Browser Launched
New Educational Media Website Launch
Trevor Laurency Fitness Website Launch
Recent Recommended Links - April 2008
Web Apps on Your Desktop with Mozilla Prism
Recent Recommended Links - March 2008
Ubuntu Linux - Persistent sudo root
Controlling PHP Register Globals Using .htaccess File
Javascript Essentials - Date Pickers (Calendars)
Blog Archive
Browse by Subject
AJAX
Apache
CMS
CSS
HTML
Java
JavaScript
Links
Linux
Mac
MySQL
Pascal
PHP
postgreSQL
RSS
Ruby
SEO
Web Dev News
Windows
XML
Other Resources
Computer Science Student Articles
HTML: Scrolling Marquee Element
Published: 3rd Jun 2006
Revised: 3rd Jun 2006
<marquee></marquee>
The marquee tag is not part of the XHTML specification, but most modern browsers support it. It is a very quick and easy way of getting scrolling text on a web page but do not rely on it for critical applications.
The following optional attributes can be used with the <marquee> tage:
- align
- behavior
- bgcolor
- dir
- height
- hspace
- loop
- scrollamount
- scrolldelay
- transparency
- vspace
- width
Some example uses of the marquee tag have been provided below:
<marquee>Scrolling Text</marquee>
<marquee scrolldelay="200" width="250">This text scrolls every 200 milliseconds</marquee>
Related Links
Related Articles / Posts
Relative File (Virtual) Inclusion - Server Side Includes (SSI) (23/03/2007)
CSS Layouts Without Tables - Tableless Design (Article) (07/11/2006)
The Origin of the Internet and Hypertext (Article) (25/10/2006)
Code Editors (Syntax Highlighting) - Aptana, Crimson Editor, PHP Designer (14/08/2006)
HTML: Scrolling Marquee Element (03/06/2006)


