5.1. An Individual Page
- A QuaD-Pres sans WML page is a valid HTML page, with some meta- sections defined between <-- & ... > 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_headertoend_headerdenote the header, and it will be replaced by the file's header. Whatever comes between it is ignored.- Similarly
begin_footerandend_footerdenote the footer. begin_contentsandend_contentsinsert a table of contents into the text