Structure codes
[META] begins meta information of the page, usually in key/value pairs
(used e.g. by the search engines of Internet); meta inforation
is given in the header part
&NAME="key" (e.g. NAME="description")
&CONTENT="value" (e.g. CONTENT="short description")
[/META] ends meta information (also shadow !)
[DESCRIPTION] gives a short description of the page (a shorthand for
CONTENT in [META] with NAME="description") without quotes ("")
[/DESCRIPTION] end the description (also shadow ')
[KEYWORDS] gives the keywords of the page (a shorthand for CONTENT
in [META] with NAME="keywords") without quotes (""), separate
the keywords with commas
[/KEYWORDS] ends the keyword list (also shadow ')
(the above codes must be placed in the document header)
[BODY] ends the document header and begins the body part
[END] ends the body part and the HTML document (also shadow E)
Codes defined in HTML40.DEV driver
1 = Structure codes
2 = Headers and titles
3 = Lines and paragraphs
4 = Links
5 = Lists
6 = Text styles
7 = Other elements
8 = Fonts
9 = Images
0 = Forms
A = Tables
B = Miscellaneous codes
C = Colors
D = Frames