Input lehetőségek

<input type="text" name="rduma">
<input type="password" name="pwd">
<input type="checkbox" name="pipa" value="igen">
<input type="radio" name="dio" value="igen">
<input type="radio" name="dio" value="nem">
<input type="radio" name="dio" value="nemigen" checked>
Rádió:
<textarea name="hduma" rows=10 cols=20>
	
	<select name="valasztas">
	  <option>Almaecet</option>
	  <option>Gundel palacsinta</option>
	  <option>Káposztás cvekkedli</option>
	  <option>Vörösboros vaddisznópecsenye</option>
	  <option>Zsírosdeszka</option>
	</select>
      
<input type="reset">
<input type="hidden" name="titkos" value="42">
<button type="submit">Mehet</button>