User talk:Xtsun
From Wikibalten
<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>