home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / software / windows / building / scriptworx / n4932.exe / xhtml.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2000-04-13  |  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.