<html>
<body>
<form>
???
<input type=“text“ name=“ime“/>
<br>
<br>
???????
<input type=“text“ name=“familia“/><br><br>
<textarea name=“comentar“ placeholder=“?????? ????????:“>
</textarea>
<br>
<input type=“radio“ name=“pol“/>???
<input type=“radio“ name=“pol“/>????<br>
<input type=“radio“ name=“kade-jivee“/>????
<input type=“radio“ name=“kade-jivee“/>????<br>
??????:<br>
????
<input type=“checkbox“/><br>
??????
<input type=“checkbox“/><br><br>
<select>
<option>?????</option>
<option>???????</option>
<option>?????</option>
</select>
<br>
<select multiple=“multiple“>
<option>?????</option>
<option>???????</option>
<option>?????</option>
</select>
<br>
<input type=“submit“value=“???????“/>
<br>
<input type=“number“ min=“1″ max=“10″/>
<br>
?????? ??????:
<input type=“password“/>
<br>
<input type=“reset“/>
<br>
<input type=“button“value=“?????????“/>
<br>
<input type=“range“min=“0″ max=“10″/>
</form>
</body>
</html>
