|
@ -20,6 +20,13 @@ |
|
|
<p> |
|
|
<p> |
|
|
<input type="number" name="age" min="1" max="199" placeholder="Your age"> |
|
|
<input type="number" name="age" min="1" max="199" placeholder="Your age"> |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<p> |
|
|
|
|
|
pohlaví <br> |
|
|
|
|
|
<input id="male" type="radio" name="sex" value="male"> <label for="male">muž</label> |
|
|
|
|
|
<input id="female" type="radio" name="sex" value="female"> <label for="female">žena</label> |
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
<select name="country"> |
|
|
<select name="country"> |
|
|
<option value="CZ">Česko</option> |
|
|
<option value="CZ">Česko</option> |
|
@ -35,6 +42,19 @@ |
|
|
<label for="eko">Ekonomika</label> |
|
|
<label for="eko">Ekonomika</label> |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<p> |
|
|
|
|
|
<label for="">Datum narození</label> |
|
|
|
|
|
<input type="date" max="2021-11-03"> |
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<p> |
|
|
|
|
|
<label for="">Zájmy</label> |
|
|
|
|
|
<textarea name="zajmy" id="" cols="30" rows="10"></textarea> |
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input type="submit" name="reg" value="Registrovat"> |
|
|
<input type="submit" name="reg" value="Registrovat"> |
|
|
<button type="submit">Registrovat 2</button> |
|
|
<button type="submit">Registrovat 2</button> |
|
|
</form> |
|
|
</form> |
|
|