Chrome
Cobalt
Monokai
Dreamweaver
Vibrant Ink
Answer
Submit
<!DOCTYPE html> <html> <head> </head> <body> <form action="handle_number.php" method="post"> Quantity (between 1 and 10): <input type="number" name="quantity" min="1" max="10"> <br> <input type="submit"> </form> </body> </html>
/* CSS */
//Javascript