elenat82
6/7/2015 - 11:42 AM

input type number e range.html

<form action="pagina.html" method="post">
	<input type="number" name="eta" min="18" max="99" step="1"><br>
	<input type="range" name="peso" min="40" max="100" step="10">
</form>