The textarea below contains a generic web page, which you can copy and paste into a new document:
Or you can go to generic page and do "File:Save As..."
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>My Page</title> </head> <body> <h1>The h1 command makes a big "H"eadline</h1> <p>Your HTML code goes here, inside this "body" zone!</p> </body> </html>
revised 25 Feb 2005, mjr