INPUT tipo combo numerico






<!DOCTYPE html>
<html>
<head>
<style>
input:in-range {
border: 2px solid yellow;
}
</style>
</head>
<body>

<h3>A demonstration of the :in-range selector.</h3>

<input type="number" min="5" max="10" value="7">

<p>Try typing a number out of range (less than 5 or higher than 10), to see the styling disappear.</p>

<p><strong>Note</strong>: The :in-range selector is not supported in Internet Explorer.</p>

</body>
</html>












( inputtipocombonumerico.html )- by Paolo Puglisi - Modifica del 17/12/2023