Team:Wash U/Sponsors
From 2009.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
<html> | <html> | ||
- | < | + | <head> |
- | + | <title> | |
- | + | Comment Box | |
- | + | </title> | |
+ | </head> | ||
+ | <body> | ||
+ | <center><h1><b><u>Comment Box</u></b></h1></center> | ||
+ | <form method="get" entype="text"> | ||
+ | <table border="5" bordercolor="red" align="center"> | ||
<tr> | <tr> | ||
- | <td>< | + | <td>first name |
+ | <td><input type ="text" name="n1"> | ||
+ | <tr> | ||
+ | <td>last name | ||
+ | <td><input type="text" name="n2"> | ||
+ | <tr> | ||
+ | <td>comment | ||
+ | <td><input type="text" name="n3"> | ||
+ | <tr> | ||
+ | <td colspan="2"><input type="submit" value="submit"> | ||
+ | <input type="reset" value="reset"> | ||
+ | </table> | ||
+ | </body> | ||
</html> | </html> | ||
<br> | <br> | ||
{{WashUbottom}} | {{WashUbottom}} |
Revision as of 21:49, 6 July 2009