Bill Kennelly's HTML Tag Reference
Introduction to HTML Tags.
The purpose of this HTML Tag Reference is to provide you with a quick and easy way to check the uses and attributes associated with the HTML tags.
All HTML tags are enclosed in angled brackets like these: < > and although some tags don't require a closing tag, the best practice is to always use a closing tag also as this will ensure good structure in your documents. It is also a good idea to use lowercase for your tags (this is to ensure full compatibility with scripting languages), although I have used uppercase here in the Tag reference for clarity. So a pair of bold tags would look like this...
<B>  text to be bold goes inbetween the two tags </B>
.... You will note that the closing tag is identified by the forward slash.
You can navigate this site by a full alphabetical listing of the HTML tags, or you can view them by their groupings (Forms, Formatting, Layers etc.)

Tag Ref. A-ZBill Kennelly ©1999 - 2000Tag Groups