tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>Input Type Number</h2> <form action="/sample_page.php"> <label> Enter your age: </label> <input type="number" name="num" min="20" max="50"> <input type="submit"> </form> </body> </html>