5.1. An Individual Page
- A QuaD-Pres sans WML page is a valid HTML page, with some meta- sections defined betweeen <-- & ... > comments.
- Here is an example:
<!--& begin_header --> <html> <head> <title>Do it with the GIMP</title> </head> <body bgcolor="#FFFFFF"> <h1>Do it with the GIMP</h1> <!--& end_header --> <h3 class="notbold"> <ul> <li> As opposed to Look-Up Tables, areal filters may take into account the values of the neighbouring pixels and use them to calculate the value of the resultant pixel. </li> </ul> </h3> <!--& begin_contents --> <!--& end_contents --> <!--& begin_footer --> </body> </html> <!--& end_footer --> |
- begin_header to end_header denote the header, and it will be replaced by the file's header. Whatever comes between it is ignored.
- Similarly begin_footer and end_footer denote the footer.
- begin_contents and end_contents insert a table of contents into the text