|
Tag |
Attributes |
Description |
|
A |
HREF="URL"
NAME="name"
TITLE="title"
TARGET="URL" |
Specifies hyperlinks and named references. |
|
ADDRESS |
|
Specifies a mailing address. |
|
AREA |
TITLE="title"
COORDS="x1,y1..."
HREF="URL"
NOHREF
SHAPE=[CIRC | CICRLE | RECT | RECTANGLE | POLY | POLYGON]
TARGET="URL"
TITLE="title" |
Specifies an area associated with a hyperlink in a client-side image map. |
|
B |
|
Makes text boldface. |
|
BIG |
|
Increases text size. |
|
BASE |
HREF="URL"
TARGET="URL" |
Specifies URL used to qualify subsequent partial URL references. |
|
BASEFONT |
SIZE=[n | +n | -n] |
Sets the base font size. |
|
BGSOUND |
LOOP=[n | INFINITE]
SRC="URL" |
Specifies a background sound. |
|
BLOCKQUOTE |
|
Specifies indented text for a quotation. |
|
BODY |
ALINK=[#rrggbb | ColorName]
BACKGROUND="URL"
BGCOLOR=[#rrggbb | ColorName]
LINK=[#rrggbb | ColorName]
VLINK=[#rrggbb | ColorName]
TEXT=[#rrggbb | ColorName] |
Specifies text and background attributes. |
|
BR |
CLEAR=[LEFT | RIGHT | ALL] |
Inserts a line break. |
|
CAPTION |
ALIGN=[LEFT | RIGHT | CENTER]
ALIGN=[TOP | BOTTOM] |
Specifies caption text and characteristics for a table. |
|
CENTER |
|
Centers text, images, tables and other objects. |
|
CITE |
|
Renders italic text indicating a citation.. |
|
CODE |
|
Specifies use of a fixed-pitch font suitable for code sample. |
|
DD |
|
Specifies the text for a definition (together with DL and DT) |
|
DIR |
|
Specifies formatting for a directory list. |
|
DIV |
ALIGN=[LEFT | RIGHT | CENTER] |
Designates the default alignment for a division. |
|
DL |
|
Starts a definition list. |
|
DT |
|
Specifies a definition term in a definition list. |
|
EM |
|
Makes text italic for emphasis. |
|
FONT |
COLOR=[#rrggbb | ColorName]
SIZE=[n | +n | -n]
FACE=”FaceName,FaceName2,…” |
Sets font size, and color. |
|
FORM |
ACTION="URL"
METHOD=[GET | POST]
TARGET="URL" |
Specifies a form for data entry. |
|
FRAME |
SRC=”URL”
NAME=”name”
MARGINWIDTH=n
MARGINHEIGHT=n
SCROLLING=[YES | NO | AUTO]
NORESIZE
FRAMEBORDER[YES | NO | 1 | 0] |
Specifies an element of a FRAMESET. |
|
FRAMESET |
ROWS=”n,n%,*…”
COLS=”n,n%,*…”
BORDER[=n]
FRAMEBORDER[=n] |
Specifies a set of FRAME elements to be shown as one page. |
|
H1 – H6 |
ALIGN=[LEFT | RIGHT | CENTER] |
Denotes a heading. |
|
HEAD |
|
HTML document section delineator. |
|
HR |
ALIGN=[LEFT | RIGHT | CENTER]
SIZE=n
WIDTH=[n | n%] |
Draws a horizontal rule. |
|
HTML |
|
Indicates that this is an HTML page. |
|
I |
|
Renders text in italic. |
|
IMG |
ALIGN=[TOP | MIDDLE | BOTTOM]
ALIGN=[LEFT | RIGHT]
ALT=”AlternateText”
BORDER=n
DYNSRC="URL"
HEIGHT=[n | n%]
HSPACE=n
ISMAP
LOOP=[n | INFINITE]
SRC="URL"
START=[FILEOPEN | MOUSEOVER]
USEMAP="name"
VSPACE=n
WIDTH=[n | n%] |
Displays a graphic image. |
|
INPUT |
ALIGN=[TOP | MIDDLE | BOTTOM]
CHECKED=[TRUE | FALSE]
MAXLENGTH=n
NAME="name"
SIZE=n
SRC="address"
TYPE=[Hidden | Checkbox | Image | Radio | Reset | Submit | Text | Password]
VALUE=["text" | TRUE | FALSE] |
Specifies a form control for accepting user input, such as a button or edit control. |
|
ISINDEX |
PROMPT="prompt” |
Specifies an index field. |
|
KBD |
|
Makes text fixed-pitch to indicate keyboard-entered text. |
|
LI |
VALUE=n |
Specifies a list item for OL and UL. |
|
LINK |
|
Indicates a related documents. |
|
LISTING |
|
Renders text in fixed-pitch type like computer line-printer listings. |
|
MAP |
NAME="name" |
Specifies a client-side image map. |
|
MENU |
|
Starts a list of items. |
|
META |
CONTENT="text"
HTTP-EQUIV="text" |
Used to insert elements into the HTTP header, usually for client pull. |
|
NOBR |
|
Switches off word-wrap. |
|
NOFRAMES |
|
Denotes a section to be processed when FRAMESETs are ignored. |
|
OL |
TYPE=[1 | A | a | I | i] START=n |
Starts an ordered list. |
|
OPTION |
SELECTED
VALUE="value" |
Specifies one choice in a SELECT list box. |
|
P |
ALIGN=[LEFT | RIGHT | CENTER] |
Starts new paragraph and specifies characteristics. |
|
PRE |
|
Renders text literally as pre-formatted. |
|
S |
|
Renders text with strike-out. |
|
SAMP |
|
Renders text as fixed-pitch. |
|
SELECT |
MULTIPLE
NAME="name"
SIZE=n |
Specifies a list box or drop-down list. |
|
SMALL |
|
Decreases text size. |
|
STRONG |
|
Renders text in boldface for emphasis. |
|
SUB |
|
Renders text as subscript. |
|
SUP |
|
Renders text as superscript. |
|
TABLE |
ALIGN=[LEFT | RIGHT | CENTER]
BGCOLOR=[#rrggbb | ColorName]
BORDER=n
CELLSPACING=n
CELLPADDING=n
HEIGHT=[n | n%]
NOWRAP
WIDTH=[n | n%] |
Specifies table characteristics. |
|
TD |
ALIGN=[LEFT | RIGHT | CENTER]
BGCOLOR=[#rrggbb | ColorName]
COLSPAN=n
HEIGHT=[n | n%]
NOWRAP
ROWSPAN=n
VALIGN=[TOP | MIDDLE | BOTTOM]
WIDTH=[n | n%] |
Specifies table cell characteristics. |
|
TEXTAREA |
COLS=n
NAME="name"
ROWS=n
WRAP[=OFF] |
Places a multi-line edit control in a form. |
|
TH |
ALIGN=[LEFT | RIGHT | CENTER]
BGCOLOR=[#rrggbb | ColorName]
COLSPAN=n
HEIGHT=[n | n%]
NOWRAP
ROWSPAN=n
VALIGN=[TOP | MIDDLE | BOTTOM]
WIDTH=[n | n%] |
Specifies table header cell characteristics. |
|
TITLE |
|
Specifies the page title. |
|
TR |
ALIGN=[LEFT | RIGHT | CENTER]
BGCOLOR=[#rrggbb | ColorName]
NOWRAP
VALIGN=[TOP | MIDDLE | BOTTOM] |
Specifies table row characteristics. |
|
TT |
|
Renders fixed-pitched text, like a teletype. |
|
U |
|
Underlines text. |
|
UL |
|
Starts an unordered list. |
|
VAR |
|
Renders fixed-pitched text. |
|
WBR |
|
Breaks a line of NOBR text. |
|
WxPrinter |
PageBreak |
Forces a page-break when printing.
This is a Webster custom tag. |