Team:NTU-Taida/Sandbox/WW
From 2013.igem.org
(Difference between revisions)
Heyttymonica (Talk | contribs) (Created page with "<html> <body> <figure> <img src="images/otters.jpg" alt="Photograph of two sea otters floatingin water"> <br/> <figcaption>Sea ott...") |
Heyttymonica (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <head> |
- | < | + | <body> |
- | < | + | <form action="http://www.example.com/review.php" method ="get"> |
- | + | <fieldset> | |
- | + | <lengend> | |
- | </ | + | Your Details: |
- | </ | + | </lengend> |
+ | <label> | ||
+ | Name: | ||
+ | <input type="text" name="name" size="30" maxlength="100"> | ||
+ | </label> | ||
+ | <br/> | ||
+ | <label>Email: | ||
+ | <input type="email" name="email" size="30" maxlength="100"> | ||
+ | </label> | ||
+ | <br/> | ||
+ | </fieldset> | ||
+ | <fieldset> | ||
+ | <legend> | ||
+ | Your Review: | ||
+ | </legend> | ||
+ | <p> | ||
+ | <label for="hear-about"> | ||
+ | How did you hear about us? | ||
+ | </label> | ||
+ | <select name="referer" id="hear-about"> | ||
+ | <option value="google">Google</option> | ||
+ | <option value="friend">Friend</option> | ||
+ | <option value="advert">Advert</option> | ||
+ | <option value="other">Other</option> | ||
+ | </select> | ||
+ | </p> | ||
+ | <p> | ||
+ | Would you visit again? | ||
+ | <br/> | ||
+ | <label> | ||
+ | <input type="radio" name="rating" value="yes"/> | ||
+ | Yes | ||
+ | </label> | ||
+ | <label> | ||
+ | <input type="radio" name="rating" value="no"/> | ||
+ | No | ||
+ | </label> | ||
+ | <label> | ||
+ | <input type="radio" name="rating" value="maybe"/> | ||
+ | Maybe | ||
+ | </label> | ||
+ | </p> | ||
+ | <p> | ||
+ | <label for="comments"> | ||
+ | Comments: | ||
+ | </label> | ||
+ | <br/> | ||
+ | <textarea rows="4" cols="40" id="comments"></textarea> | ||
+ | </p> | ||
+ | <label> | ||
+ | <input type="checkbox" name="subscribe" checked="checked"/> | ||
+ | Sign me up for email updates | ||
+ | </label> | ||
+ | <br/> | ||
+ | <input type="submit" value="Submit review"/> | ||
+ | </fieldset> | ||
+ | </fieldest> | ||
+ | </form> | ||
+ | </body> | ||
+ | </head> | ||
</html> | </html> |
Revision as of 10:24, 17 April 2014