Home Page

ToC ~ Up ~ Prev ~ Next ~ Index 

Spirit Club Introduction to HTML

Introduction to HTML -- Table of Contents

Differences between XHTML and HTML

(Yeah, I know this is an HTML tutorial -- but if you do CSS, this cheat sheet can be very useful! )

  1. Table of Contents/ToC (this page)
  2. List of mirror sites
  1. Introduction to HTML
    1. HTML Elements
    2. HTML Document Structure
    3. HTML Document Naming Scheme
    4. Version and history of HTML
    5. XHTML and the differences from HTML  
    6. CSS and HTML/XHTML 
  2. HEAD of an HTML Document
    1. BASE
    2. ISINDEX
      1. ISINDEX enhancements
    3. LINK
    4. META
    5. NEXTID
    6. TITLE
    7. SCRIPT
    8. STYLE
  3. BODY of an HTML Document
    1. Organization of Elements in the BODY
    2. Hn (Headings)
    3. P (Paragraphs)
    4. ADDRESS
    5. BLOCKQUOTE
    6. DIV
    7. Lists
      1. Regular (UL, OL, DIR, MENU) Lists
      2. Extended List Properties (UL, OL)
    8. HR (Horizontal Rule)
    9. PRE (Preformatted)
    10. FORMs
    11. TABLEs
      1. TABLEs Introduction
      2. Netscape TABLE Element Attributes
      3. TR - Table Rows and Cell Alignment
      4. Table Cell COLSPAN and ROWSPAN Attributes
      5. TABLEs within TABLEs
    12. Text Emphasis/Highlighting
    13. Hypertext Anchors (A)
      1. Link to an object (HREF)
      2. Link froman object (NAME)
      3. Relationship between objects (REL)
      4. Relationship between objects (REV)
      5. URN
      6. TITLE
      7. How to link (METHODS)
    14. Line Breaks (BR)
    15. Inlined Images (IMG)
      1. Examples of Images
    16. Special Characters (Entities)
    17. Missing Features - Equations
  4. Miscellaneous
    1. Comments in HTML documents
  5. Stylesheets
  6. Netscape & Microsoft Extensions, and Advanced HTML Elements
    1. CENTER
    2. FONT
    3. BASEFONT
    4. APPLET
    5. MARQUEE
    6. MAP
    7. FRAME
    8. EMBED & NOEMBED
    9. OBJECT (Advanced HTML 4.0)
    10. MULTICOL
    11. SPACER
    12. NOBR & WBR
  7. Uniform Resource Locator (URL)
    1. HTTP
    2. Gopher
    3. Ftp
    4. WAIS searches
    5. Telnet
    6. News
    7. Mailto
  8. Interaction with Server (with examples)
    1. ISINDEX Searches
    2. ISMAP Image Maps
    3. cgi-bin scripts
    4. FORMs
    5. Server-Side includes
  9. Bibliography and References
  1. Keyword Index
 

ToC ~ Up ~ Prev ~ Next ~ Index Introduction to HTML