|
|
| Text structuring
|
|---|
| Hn | headings
| | DIV | division
| | CENTER | centered division
| | P | paragraphs
| | BR | line break
| | PRE | preformatted text
| | HR | horizontal rule
|
|
| Document header
|
|---|
| TITLE | document title
| | META | meta information, client pull
| | LINK | related resources
| | STYLE | style information
|
|
| Physical text styles
|
|---|
| B | bold
| | BIG | large font
| | I | italics
| | SMALL | small font
| | S, STRIKE | strikethrough
| | SUB | subscript
| | SUP | superscript
| | TT | fixed width
| | U | underlined
| | BASEFONT | set base font size
| | FONT | change font size or colour
| | BLINK | blinking text
| | NOBR | inhibit line breaks
| | WBR | soft word break
|
|
|
|
| Links and multimedia
|
|---|
| A | hypertext link
| | IMG | inlined image
| | MAP | client-side image map
| | AREA | client-side image map area
| | BGSOUND | background sound
| | OBJECT | inlined object
| | PARAM | parameters for object
| | IFRAME | inlined document
| | EMBED | inlined object
|
|
| Lists
|
|---|
| OL | ordered (numbered) list
| | UL | unordered list
| | LI | list item
| | DIR | directory list
| | MENU | menu list
| | DL | definition list
| | DT | term
| | DD | definition
|
|
|
|
|
|
|
| Event handler | When does it occur
|
|---|
| OnAbort
| Loading of the image is aborted.
|
| OnBlur
| Element looses keyboard focus. Not all elements support keyboard focus
even if this event handler is valid for that element.
|
| OnChange
| User has changed the element.
|
| OnClick
| User has clicked on the element.
|
| OnError
| Image loading errored.
|
| OnFocus
| Element gets keyboard focus. Not all elements support keyboad focus
even if this event handler is valid for that element.
|
| OnLoad
| The image or document is completely loaded.
|
| OnMouseOut
| User has moved the mouse away from the element.
|
| OnMouseOver
| User has moved the mouse on top of the element.
|
| OnReset
| User has reset the form.
|
| OnSelect
| User has drag-selected text within the form field. Currently not supported by AWeb.
|
| OnSubmit
| User has submitted the form.
|
| OnUnload
| The document is about to be unloaded.
|