home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / web_dev / files / xmlspy35.exe / Main / new.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2001-06-19  |  363 b   |  11 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.     <head>
  5.         <title>Enter the title of your XHTML document here</title>
  6.     </head>
  7.     <body>
  8.         <p>Enter the body text of your XHTML document here</p>
  9.     </body>
  10. </html>
  11.