About Us The Basics Text & Fonts Pictures Links Tables Frames Miscellaneous


There are many other things other than what I've been telling you.

<marquee>...</marquee> Allows you to put moving text on your web page.

Attributes of the < marquee > tag:

width="#" Allows you to set the width of the range of the moving text.
height="#" Allows you to set the height of the range of the moving tex.t
behavior="alternate" Allows you to "bounce" your text.
direction="left|right|up|down" Allows you to set the directions of the text.

<form>...</form> Allows you to make a button. I'm not that good with these yet.

<script language=javascript>...</script> Allows you to make a javascript. Javascripts let you put special effects onto your site that normal HTML can't. The mouse effect on this site is a javascript.

<pre>...</pre>Allows you to put on something already prepared on your HTML text.

&nbsp; Allows you to make a small space on your web page.

Examples:

How ya doing? How ya doing?

Code:<table width="100%"> <tr> <td width="50%"> <marquee behavior="alternate" direction="down" height="50"> <marquee behavior="alternate" direction="right"> How ya doing? </marquee> </marquee> </td> <td width="50%"> <marquee behavior="alternate" direction="down" height="50"> <marquee behavior="alternate" direction="left"> How ya doing? </marquee> </marquee> </td> </tr> </table>


[About Us | The Basics | Text & Fonts | Pictures | Links | Tables | Frames | Miscellaneous]