Marquee

Section 1 - Introduction
Section 2 - Basics
Section 3 - Next Level
      Lists
      Basic Tables
      Advanced Text
      Marquee
         The basic idea
         Modifications
         You Try It!
      Meta
      Sounds
      Comments
Section 4 - Advanced
Section 5 - Publishing
Section 6 - Extras
Appendices
You try it!
Idea: Incorporate a marquee into a document.

Here's an example: This one was fun. If you wish to see all of it, please download images minipeng1.gif and minipeng2.gif.
<html> <head>
<title> My Penguin Marquee </title>
</head>
<body bgcolor="#ffffff" text="#006666" link="#0033ff" vlink="#00cccc"> <center>
<marquee bgcolor="#000000" width="350" height="55" hspace="10" vspace="10">
<img src="minipeng1.gif" border=0>
<font color="white" size=+1>
Insane penguin terrorizes school. Ice dispenser missing.
</font>
<img src="minipeng2.gif" border=0>
</marquee>
</body>
</html>
Now is your turn to try these things. Practice using these elements in a page of your own.
Back Home Forward