More HTML tricks
You can use the same trick to find
out how we made the horizontal rule below thicker than normal. And, you can
use the same trick in any page on the Web to find out what HTML was used
to create effects you like.
Here's a brief list of some other effects you can create by editing the HTML
tags and attributes directly:
-
You can change the numbering style of a list. For example, this list uses
Roman numerals.
-
You can change the fonts used for text. (Just
remember to use fonts that most people have on their computers.)
-
You can make a sound file play automatically when your page is opened by
adding the following tags. (Currently, the <EMBED> tag plays the sound
in Netscape and the <BGSOUND> plays it in Internet Explorer.)
<EMBED SRC="filename.wav" AUTOSTART="True" HIDDEN="True">
<BGSOUND SRC="filename.wav">
For more information, see the chapter on
HTML in the AOLpress User's
Guide. In addition, the following pages give details on HTML tags supported
by various browsers:
Viewing borders
Many of the special effects you
see on the Web are really done through creative uses of tables. |