xhtmlFormPage.xhtml 474 B

1234567891011121314151617
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>XHTML</title>
  6. </head>
  7. <body>
  8. <form method="POST" enctype="multipart/form-data">
  9. <input name="file" id="file" type="file" />
  10. <input name="submit" id="submit" type="submit" />
  11. </form>
  12. <p id="self-closed" />Here is some content that should not be in the previous p tag
  13. </body>
  14. </html>