bonjour a tous
pourquoi ce code ne fonctionne pas avec internet explorer
merci de l aide
pourquoi ce code ne fonctionne pas avec internet explorer
merci de l aide
<!DOCTYPE html>
<html>
<body>
<h1>Display a Number Field</h1>
<form action="/action_page.php">
<label for="quantity">Quantity (between 1 and 5):</label>
<input type="number" id="quantity" name="quantity" min="1" max="5">
<input type="submit">
</form>
</body>
</html>