Most HTML tags are used in pairs -- the "start tag" and "end tag" -- although some can be used individually. Tags are enclosed in angle brackets (< >), and except for the addition of a forward slash (/), the end tag is the same as the start tag. Thus, the general HTML format is:
<TAG>text here</TAG>
HTML tags may be classified as structural tags (e.g., body, title, heading, paragraph) or format tags (e.g., bold, emphasis, italic, strong, citation).
HTML format tags are further divided into two sets:
There are some basic elements which must be a part of every HTML document at the Library of Congress. This is, in part, in order to adhere closely to the HTML 4.01 Specification.
Use the Glossary of HTML Tags (By Category) to find out how to use each tag set in HTML files you will create. Refer to the document Library of Congress Guidelines for HTML 4.01, for a full table of tags available in HTML 4.01.
Unlike plain ASCII text files, some special characters, or "entities" may be included in HTML files. Special codes exist for using special characters in HTML documents. The code always begins with an ampersand and ends with a semi-colon (e.g., < produces < and é produces é). For a list of all entity codes, go to the Entities Page at [http://www.htmlhelp.com/reference/html40/entities/] (Web Design Group).
Go to: