This include file provides the new <page> tag which is a advanced
combination of the HTML <body> and <head> container
tags. The idea is to provide complete header and footer tags via one single
tag while providing new features like page indentation, easy title
specification and setup of default values for the page colors.
This is a shorthand for the container tag <title>. The value of
this attribute is placed in the <head> section of the page,
surrounded with the <title> tag.
This sets the indentation level of the page in units of
<blockquote>'s. Default is no indentation. Setting indent to a
value of N means the page is surrounded by N <blockquote>> tags.
The attribute indent=1 or indent=2 usually provides the best readable
layout.
This just corresponds to the same attribute of the <body> tag and
sets the color for already visited hyperlinks. Default is text="#000066"
(dark blue).
This just corresponds to the same attribute of the <body> tag and
sets a JavaScript even handler which is activated after page was loaded. This
is per default not used.
This enables the creating of three slices: WML_STDPAGE_HEAD,
WML_STDPAGE_BODY and WML_STDPAGE_FOOT. These can be used later in
Pass 9 (Slice) for cutting out parts of the page.
This module implements two new macros, called
<title>...</title>
and <head>...</head>. The first one defines the
title of the page, and the second appends its body into the HEAD section
of the HTML documents. Its main purpose is to add meta-tags, either
directly or with the help of wml::std::info(3).