ใช้ นาที คุณลักษณะเพื่อเพิ่มค่าต่ำสุดใน HTML คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อใช้งาน นาที แอตทริบิวต์ −
ตัวอย่าง
<!DOCTYPE html> <html> <body> <form action=""> Rank: <input type = "number" name = "rank" min = "1" max = "10"><br> <input type = "submit"> </form> </body> </html>