HTML Reference Sheet



HTML Reference Sheet

(Cribbed from )

Basic tags

Creates an HTML document

Sets off the title and other information that isn’t displayed on the page

Sets off the visible portion of the document

Header Tags

Sets off the name of the document for the title bar

Body Attributes

Sets the background color, using name or hex value in place of the ‘?’

Sets the text color, using name or hex value

Sets the link color, using name or hex value

Sets the color of visited links, using name or hex value.

Text Tags

Sets off the largest headline

.

.

.

Sets off the smallest headline

Surrounds bold text

Surrounds italicized text

Sets size of font, from 1-7

Sets font color, using name or hex value

Links

Creates a hyperlink

Creates a target location in the document

Creates a link to the named location

Formatting

Creates a new paragraph

Inserts a line break

Surrounds an ordered list

Surrounds an unordered list

Introduces a list item

Graphical elements

Adds the image in file ‘name’ aligned center, left, right

With height and width specified in percent of page or pixels

Adds a horizontal rule

Tables

Adds a table

Surrounds each table row

Surrounds each item of table data

Surrounds each table heading

Table Attributes

Sets width of border around cells

Sets amount of space around data in the cells

Sets alignment for contents of cells in row: left, right, or center

Sets vertical alignment for cells in row: top, bottom, or middle

Sets the number of columns spanned by a cell of table data

Sets the number of rows spanned by a cell of table data

Forms

Creates a form

Creates a text box containing VALUE

Creates a button labeled VALUE

Creates a check box

Creates a radio button. All radio buttons in a group have same name

Creates a reset button

“VALUE”

Creates a text area

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download