home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 January / PCWorld_2001-01_cd.bin / Software / Topware / xmlspy / xmlspy35.exe / Main / new.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2000-11-20  |  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.