Marquee example:
Copy the code below, and replace CONTENT with images or text.
| <marquee>CONTENT</marquee> |
| <marquee behavior=alternate>CONTENT</marquee> |
| <marquee onMouseover="this.scrollAmount=#" onMouseout="this.scrollAmount=#">CONTENT</marquee> |
| <marquee direction=up height="100">CONTENT</marquee> |
On the last marquee code, you may change "up" to "down", "right", or "left".






