1<html>
2<head>
3 <title>This is an HTML test file</title>
4</head>
5<body bgcolor="#CCCCCC">
6 <h1>Test title</h1>
7  <h2>Test sub-title</h2>
8  <p>
9   This is a test paragraph,
10   with <b>bold</b> and <em>emphasised</em>
11   text.
12  </p>
13 <hr>
14  <h2>Another test</h2>
15  <pre>
16   # some source code
17   $a++
18  </pre>
19 <hr>
20</body>
21