Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 29th, 2012  |  syntax: None  |  size: 0.48 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <form name="input" action="tryit.asp?filename=tryhtml_headers" method="post">
  2.   <table>
  3.      
  4.      <tr>
  5.        <th colspan="2"><center>TaPooTum</center></th>
  6.      </tr>
  7.      <tr>
  8.        <td>Name </td>
  9.        <td><input type="text" name="name"/> </td>
  10.      </tr>
  11.      <tr>
  12.        <td>Nickname </td>
  13.        <td><input type="password" name="password"/></td>  
  14.      </tr>
  15.      
  16.      <td colspan="2"><div align="right"><input type="submit" name="submit"/></div></center></td>
  17.  
  18.  
  19.  
  20.   </table>