CGI-WML

 view release on metacpan or  search on metacpan

t/test.html  view on Meta::CPAN

<HTML>
<HEAD>
<TITLE>Document Title</TITLE>
</HEAD>
<LINK REL="Stylesheet" HREF="http://www.example.com/foo.css">

<script language="Javascript">
<!-- 
// It's worth noting that if a Javascript is not commented out,
// it will screw things up.
function foo () {
   foo;
}
-->
</script>

<BODY>

<!-- Comment with incorrect closure --->
<!-- Multi-line comment
     which -- has --embedded-- dashes -->

<p> I am some text.
 <i>this is italic</i>
 <b> bold</b>
 <form method="get" action="/some/where/else.pl">
  <input type="text" name="test_textfiled1" value="stuff">
  <input type="hidden" name="test_hidden1" value="hiddenval1">
  <input type="text" name="test_textfiled2" value="more stuff">
  <input type="hidden" name="test_hidden2" value="hiddenval2">

  <input type="Submit" value="Search Site">
 </form> 

 <table border="0">
  <tr> <td>one</td> <td>11</td> </tr>
  <tr> <td>two</td>             </tr>
 </table>

 <table border="5" cellpadding="0" cellspacing="33">
  <tr>
      <td>YY</td>   <td>XX</td>
  </tr>
 </table>

</p>
<p> This parargaph is not closed 
 
</body>



( run in 1.664 second using v1.01-cache-2.11-cpan-d8267643d1d )