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":
-
<nowiki>
+
<FORM method="post" action="bar.php">
-
<form action="button.htm">
+
<TABLE border="1">
-
<div>
+
<TR bgcolor="#CCCCFF">
-
<button name="Klickmich" type="button"
+
<TH>Name</TH>
-
value="Überraschung" onclick="alert('Überraschung!');">
+
<TH>Value</TH>
-
<p>
+
</TR>
-
<img src="selfhtml.gif" width="106" height="109" alt="SELFHTML Logo"><br>
+
<TR>
-
<b>Was passiert wohl?</b>
+
<TD>Name</TD>
-
</p>
+
<TD>
-
</button>
+
<input type="text" size="25">
-
</div>
+
</TD>
-
</form>
+
</TR>
-
</nowiki>
+
<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

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