HTML Cheat Sheet Free Download

Document Outline

Version of (X)HTML
….HTML document
….Page information
….Page contests

Comments
Page Information
Base URL
Meta data
….Title
Relevant resource
Style resource
Script resource

Document Structure 

….

to
….
Heading
….
Page section
….Inline section

….

Paragraph

Line break

Horizontal rule

Links 
Page link
Email link
Anchor
Link to anchor

Text Markup
….Strong emphasis
….Emphasis
….
Long quotation
….Short quotation
….Abbreviation
….Acronym
….
Address
….
Pre-formatted text
….Definition
….Code
….Citation
….Deleted text
….Inserted text
….Subscript
….Superscript
….Text direction


List
    ….
Ordered list
    ….
Unordered list
  • ….
  • List item
    ….
    Definition list
    ….
    Definition term
    ….
    Term description


    Forms
    ….
    Form
    ….
    Collection of fields
    ….Form legend
    Input label
    ….Form input
    Drop-down box
    ….Group of options
    Drop-down options
    Large text input
    Button


    Tables
    ….….….….
    ….
    Table
    ….
    Caption
    Table body
    Table body
    Table footer
    Column group
    Column
    Table row
    ….Header cell
    ….Table cell

    Images and Image Maps

    Image
    ….
    Image Map

    Area of image map
    Common Character Entities
    "   ”   Quotation mark
    &   &   Ampersand
    <   <   Less than
    >   >   Greater than
    @   @  “At” symbol
    €  €   Euro
    •  •   Small bullet
    ™  ™  Trademark
    £  £   Pound
            Non-breaking space
    ©  ©  Copyright symbol
    Objects
    ….
    Object

    Parameter
    Empty Elements











    Core Attributes
    Class: id      Style: title
    Note: Core attributes may not be used in base, head, html, meta, param, script, style or title elements.
    Language Attributes 
    dir       lang
    Note: Language Attributes may not be used in base, br, frame, framest, hr, iframe, param or script elements.
    Keyboard Attributes
    accesskey     tabindex
    Window Events
    onLoad    onUnload
    Form Events
    onBlur        onReset
    onChange   onSelect
    onFocus     onSubmit
    Keyboard Events
    onKeydown   onKeyup
    onKeypress
    Mouse Events
    onClick    onMouseout
    onDblclick    onMouseover
    onMousedown   onMouseup
    onMousemove