Ví dụ thuộc tính step Code: <!DOCTYPE html> <html> <body> <form action="/demo/action_page.php"> <input type="number" name="points" step="3"> <input type="submit" value="Gửi"> </form> <p><strong>Lưu ý:</strong> Thuộc tính step trong thẻ input không được hỗ trợ trong các phiên bản Internet Explorer 9 trở về trước và trong Firefox.</p> </body> </html> Kết quả: