Here are all the tags known to man (well, almost). They are listed according to use. If you're looking for text formatters, choose those. Frames, forms, and tables have their own settings. Have fun!
Title - allows you to display a title at the top of the browser.
<;meta>
Meta Tags - allows the owner to display certain information to the browser without the page seeing it. Here are some examples: <;meta name="description" content="This is my page description.">- describe your page <;meta name="keywords" content="word1, word2, word3, word4"> - enter keywords for your
page <;meta HTTP-EQUIV="refresh" content="10; url=index2.html"> - reloads the page after 10
seconds to index2.html <;meta HTTP-EQUIV="text" content="This is my page description."> - another text tag <;meta HTTP-EQUIV="pragma" content="no-cache"> - forces the browser not to cache the page.
Thus all hits are true. <;meta HTTP-EQUIV="expires" content="Mon, Feb 1997 12:12:12 EST"> - used along with the
previos tag to show the expiration of the pages cache.
This tag is used with SSI scripts. Instead of loading the text, it
performs an action. For more information on Server Side Includes, click here.
<marquee> </marquee>
Marquee - an IE only tag, so only IE users will see it. It allows scrolling text in the browser. Includes:
behavior=slide/alternative
width=pixels/percentage
hspace=n
vspave=n
loop=n/-1/infinite
bgcolor=#rgbcode
scrollamount=n
scrolldelay=n
I know I've left some tags out. But I'm in the process of adding them. This should put you on the right path either way. And if you know of
something I have wrong here, or if I've forgotten something, please tell me. I'm always open for suggestions.