User talk:Xtsun

From Wikibalten

Revision as of 11:10, 11 October 2006 by Xtsun (Talk | contribs)

Bonn Test


<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

<input type="radio" name="sex" value="female" checked> Female
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>

<input type="checkbox" name="weight" value="1"> Over 200 pounds</input>
Describe your athletic ability:
<textarea name="athletic" cols="50" rows="4"></textarea>
<input type="submit" value="Enter my information">
</FORM>
Personal tools