INDEX OF BASIC HTML TAGS Adapted from Laura Lemay, TEACH YOURSELF WEB PUBLISHING WITH HTML IN A WEEK. Indianapolis, 1995. COMMENTS: STRUCTURE TAGS: ... Enclose entire HTML document Can incluede: , ... Encloses the head of the HTML document. Can include: , <ISINDEX>, <BASE>, <NEXTID>, <LINK> Allowed inside: <HTML> <BODY...</BODY> Encloses the body (text and tags) of the HTML document. Can include: <H1>to<H6>, <P>, <UL>, <OL>, <DIR>, <MENU>,<DL>, <PRE>, <BLOCKQUOTE., <FORM>, <ISINDEX>, <HR>, <ADDRESS> Allowed Inside: <HEAD> <BASE> Indicates full URL of the current document Attributes: HREF="..."; the full URL of this document. Allowed inside: <HEAD> <ISINDEX> Indicates that this document is a gateway script that allows searches Allowed inside: <BLOCKQUOTE>, <BODY>, <DD>, <FORM>, <HEAD>, <LI> <LINK> Indicates relationship between this document and some other document. Generally used only by HTML-generating tools. Attributes: HREF="..." REL="..." REV="..." URN="..." TITLE="..." METHODS="..." Allowed inside: <HEAD> <NEXTID> Indicates the 'next'document to this one (as might be defined by a tool to manage HTML documents in a series). Attributes: N+"..." Allowed inside: <HEAD> TITLE AND HEADINGS: <TITLE>... Allowed inside: All headings have the following characteristics: Can include: , ,
, , , , , , , , , , Allowed inside:
,,
through
First through sixth level headings PARAGRAPHS

..., ,
, ,, , , , , , , , Allowed inside:

, ,
, ,
  • LINKS ... With the HREF attribute, creates a link to another document or anchor; with the same attribute, creates an anchor which can be linked to. Attributes: HREF="..." NAME="..." Can include: ,
    , , , , , , , CITE>, , , Allowed inside:
    , , , ,
    ,
    , ,

    to

    , , ,
  • ,

    ,

    , ,
         , , 
    
    LISTS
         
      ...
    An ordered (numbered) list. Can include:
  • Allowed inside:
    , ,
    , ,
    • ...
    an Unordered (bulleted) list. Can include: Allowed inside::
    , ,
    , ,
  • ... A menu list of items. Can include:
  • Allowed inside:
    , ,
    , ,
  • ... A directory listing; items are usually less than 20 characters. Can include:
  • Allowed inside:
    , ,
    , ,
  • A list item for use with
      ,