HTML Quick List
HTML Quick List
<!DOCTYPE ...>
<ADDRESS>
<APP ...>
onMouseOut
<B> Bold
<BASE ...> Base Address HREF: default address for hypertext links
COLOR
FACE
<BLINK>
BGPROPERTIES = FIXED
if the background image should not scroll
TOPMARGIN: size of top and bottom margins
onFocus
onBlur
SCROLL = YES | NO
If the document should have a scroll bar
CLEAR = LEFT | RIGHT | ALL | BOTH
<BR ...> Line Break
go past a picture or other object
<BUTTON ...>
TYPE = BUTTON | SUBMIT | RESET
what type of button is this
onClick: script to run when the user clicks here
<CITE> Citation
<CODE>
<COLGROUP ...> Column Group SPAN: how many columns this affects
<DEL> Deleted
<DFN> Definition
<DIV ...>
ALIGN = LEFT | CENTER | RIGHT | JUSTIFY
text alignment
<DL ...> Definition List COMPACT: take up less space
<EM> Emphasis
<EMBED ...> SRC: URL of resource to be embedded
FRAMEBORDER = YES | 1 | NO | 0
if the frames should have borders
FRAMESPACING: space between the frames
BORDER: space between frames
<HEAD>
SIZE: height
<HTMLPLUS ...>
<HYPE>
<I> Italics
<IFRAME ...> Inline Frame SRC: URL of the document to go in the frame
NATURALSIZEFLAG: meaningless
NOSAVE: meaningless
onKeyUp: script for when a key goes up while the field has
the focus
onKeyDown: script for when a key goes down while the field
has the focus
AUTOCOMPLETE = ON | OFF
If the browser should use autocompletion for the field
<INS> Inserted<DEL>
<ISINDEX ...> PROMPT: prompt string to show before the text entry area
<KBD> Keyboard
<LABEL ...> FOR: form element for which this is a label
<LEGEND ...> ALIGN = RIGHT | CENTER | LEFT
<META ...>
NAME = KEYWORDS | DESCRIPTION | REFRESH | many others
The pupose of this META tag
HTTP-EQUIV: Name of the pretend HTTP header
<NOBR> No Break
<NOEMBED>
<NOFRAMES>
<NOSCRIPT>
TYPE =1|A|a|I|i
<OL ...> Ordered List
type of numerals
START: where to start counting
<OPTION ...> VALUE: what's the value if this option is chosen
SELECTED: this option is selected by default
<S> Strikeout
<SAMP> Sample
READONLY: don't let the user change the value of this field
<SOUND ...>
<SPACER ...>
TYPE = HORIZONTAL | VERTICAL | BLOCK
what type of space is this
ALIGN = LEFT | RIGHT
align left or right
SIZE: how tall or wide
<STRIKE> Strikeout<S>
<STRONG>
<SUB> Subscript
<SUP> Superscript
<TABLE ...> BORDER: size of border around the table
<U> Underline
<XMP>