HTML Cheatsheet Guide

. Puts the name of the document in the title bar.
149KB taille 0 téléchargements 272 vues
Text Tags

Forms

Graphical Elements

 Creates pre formatted text

For functional forms, you’ll have to run a script. The HTML just creates the appearance of a form.

Adds an image and a description

Creates all forms

Aligns an image: left, right, center; bottom, top, middle

Creates the largest headline
Creates the smallest headline Creates teletype, or typewriter-style text

Sets off each menu item

Creates a citation, usually italic

Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll.

Emphasizes a word (with italic or bold)

Creates a pulldown menu

Basic Tags

Emphasizes a word (with italic or bold)

Creates an HTML document

Formatting

Creates a text box area. Columns set the width; rows set the height.

HTML Cheatsheet Guide

Sets off the title and other information that isn’t displayed on the web page itself Sets off the visible portion of the document

Creates a new paragraph

Aligns a paragraph to the left, right, or center
Inserts a line break

Header Tags

Indents text from both sides

Puts the name of the document in the title bar

Creates a definition list

Declares a transitional XHTML document (At least one DTD is required) <meta http-equiv="ContentType" content="text/html; charset=ISO-8859-1"> Declares the content type as ISO-8859-1 (Western Europe) characters

Precedes each definition term
Precedes each definition
    Creates a numbered list

    Creates a checkbox. Text follows tag. Creates a radio button. Text follows tag Creates a one-line text area. Size sets length, in characters. Creates a Submit button

    Sets size of border around an image
    Inserts a horizontal rule
    Sets size (height) of rule
    Sets width of rule, in percentage or absolute value
    Creates a rule without a shadow

    Links Creates a hyperlink Creates a mailto link Creates a target location within a document Links to that target location from elsewhere in the document

    Creates a Submit button using an image

  1. Precedes each list item, and adds a number
      Creates a bulleted list
      A generic tag used to format large blocks of HTML, also used for stylesheets

      © 2008 Webmonkey.com