Web Resources - a listing of quality resources useful to any web author... graphics, javascripts, cgi, etc.
GateKeeper - cool password protection with javascript.
Magic Buttons - learn to make javascript mouseovers.
Joke Break - a joke a day helps keep high blood pressure away.
I think we'll start by learning something about the way a browser works.
First an example...
<BODY>
Something really cool
like an icecube!
</BODY>
Something really cool
like an icecube!
<BODY>
Hey!
What's
going
on
here??
</BODY>
Hey!
What's
going
on
here??
The browser doesn't recognize formatting. Unless you tell it otherwise, it just displays the characters in a steady stream. If you want to start a new line you have to use a line break.