User talk:Xtsun
From Wikibalten
(Difference between revisions)
m |
m |
||
Line 10: | Line 10: | ||
Suche nach Schlagworten, wie zum Beispiel "Bonn": | Suche nach Schlagworten, wie zum Beispiel "Bonn": | ||
- | < | + | <FORM method="post" action="bar.php"> |
- | + | <TABLE border="1"> | |
- | < | + | <TR bgcolor="#CCCCFF"> |
- | < | + | <TH>Name</TH> |
- | value=" | + | <TH>Value</TH> |
- | < | + | </TR> |
- | < | + | <TR> |
- | < | + | <TD>Name</TD> |
- | </ | + | <TD> |
- | </ | + | <input type="text" size="25"> |
- | </ | + | </TD> |
- | </ | + | </TR> |
- | </ | + | <TR> |
+ | <TD>Sex</TD> | ||
+ | <TD> | ||
+ | <input type="radio" name="sex" value="male"> Male | ||
+ | <BR> | ||
+ | <input type="radio" name="sex" value="female" checked> Female | ||
+ | </TD> | ||
+ | </TR> | ||
+ | <TR> | ||
+ | <TD>Eye color</TD> | ||
+ | <TD> | ||
+ | <select name="eye color"> | ||
+ | <option>blue</option> | ||
+ | <option>brown</option> | ||
+ | <option selected>green</option> | ||
+ | <option>other</option> | ||
+ | </select> | ||
+ | </TD> | ||
+ | </TR> | ||
+ | <TR> | ||
+ | <TD>Check all that apply</TD> | ||
+ | <TD> | ||
+ | <input type="checkbox" name="height" value="1"> Over 6 feet tall</input> | ||
+ | <BR> | ||
+ | <input type="checkbox" name="weight" value="1"> Over 200 pounds</input> | ||
+ | </TD> | ||
+ | </TR> | ||
+ | <TR> | ||
+ | <TD colspan="2">Describe your athletic ability:<BR> | ||
+ | <textarea name="athletic" cols="50" rows="4"></textarea> | ||
+ | </TD> | ||
+ | </TR> | ||
+ | <TR> | ||
+ | <TD colspan="2" align="center"> | ||
+ | <input type="submit" value="Enter my information"> | ||
+ | </TD> | ||
+ | </TR> | ||
+ | </TABLE> | ||
+ | </FORM> |
Revision as of 11:10, 11 October 2006
<inputbox>
default=Bonn
type=search
</inputbox>
Suche nach Schlagworten, wie zum Beispiel "Bonn":
<FORM method="post" action="bar.php">
Name | Value |
---|---|
Name |
<input type="text" size="25"> |
Sex |
<input type="radio" name="sex" value="male"> Male |
Eye color |
<select name="eye color"> <option>blue</option> <option>brown</option> <option selected>green</option> <option>other</option> </select> |
Check all that apply |
<input type="checkbox" name="height" value="1"> Over 6 feet tall</input> |
Describe your athletic ability:<textarea name="athletic" cols="50" rows="4"></textarea> |
|
<input type="submit" value="Enter my information"> |
</FORM>