HTML/Tags/Listed by Category

From The Ultimate Programming Reference

A list of the HTML Elements by category.

HTML version 4.0

Contents

[edit] Top-level Elements

[edit] Head Elements

  • BASE - Document Base URI
  • ISINDEX - Input Prompt (Deprecated)
  • LINK - Document Relationship
  • META - Metadata
  • SCRIPT - Client-side Script
  • STYLE - Embedded Style Sheet
  • TITLE - Document Title

[edit] Generic Block-Level Elements

  • ADDRESS - For Contact Information
  • BLOCKQUOTE - Block Quotation
  • CENTER - Centered Block
  • DEL - Deleted (Strikethrough) text
  • DIV - Generic Block-level Container (Usually for JavaScript/CSS purposes)
  • H1 - Level 1 Header
  • H2 - " 2 "
  • H3 - " 3 "
  • H4 - " 4 "
  • H5 - " 5 "
  • H6 - Level 6 Header
  • INS - Inserted Text
  • ISINDEX - Input Prompt (Deprecated)
  • NOSCRIPT - Displayed if Browser does not support SCRIPT
  • P - Paragraph
  • PRE - Preformated Text

[edit] Lists

  • DIR - Directory List (Deprecated)
  • DL - Definition List
    • DT - Definition Term
    • DD - Definition Discription
  • LI - List Item
  • MENU - Menu List (Deprecated)
  • OL - Ordered List
  • UL - Unordered List

[edit] Tables

[edit] Forms

Personal tools