AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database

 3. HTML Tags


HTML tags come in four different flavours: with/without corresponding end-tags, with/without attributes.

(without end-tags, without attributes) realized as strings.

BR     DD     DT     FRAME     HR     IMG
ISINDEX     LI     P
 

(with end-tags, without attributes) realized as functions of the text enclosed between the start- and end-tags that return text.

ACRONYM     ADDRESS     APPLET     B     BDO     BIG
BLOCKQUOTE     BODY     BUTTON     CAPTION     CENTER
CITE     CODE     COLGROUP     DEL     DFN
DIRDIV     DL     EM     FIELDSET     FRAMESET
H1     H2     H3     H4     H5     H6
HEAD     HTML     I     IFRAME     INS     KBD
LABEL     LEGEND     MENU     NOFRAMES     NOSCRIPT
OBJECT     OL     OPTGROUP     OPTION     PRE
Q     S     SAMP     SCRIPT     SMALL     SPAN
STRIKE     STRONG     STYLE     SUB     SUP     TABLE
TBODY     TD     TFOOT     TH     THEAD     TITLE
TR     TT     U     UL     VAR
 

HTML tags with attributes are represented in Weave by the tag name prefixed to an underscore. Attributes are represented by tables.

(without end-tags, with attributes) realized as functions of their attributes that return text.

AREA_     BASE_     FRAME_     IMG_     INPUT_     ISINDEX_
LINK_     META_     PARAM_
 

(with end-tags, with attributes) realized as functions of their attributes that return functions of the text enclosed between the start- and end-tags that return text. 

A_     ABBR_     APPLET_     BODY_     CAPTION_
DIV_     FONT_     FORM_     FRAMESET_
OPTION_     P_     PRE_     MAP_     SELECT_
SCRIPT_     TEXTAREA_     TABLE_     TD_
TH_     TR_

3

[sh-index] Back to list of manuals