HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/user-bday.php"> Birthday: <input type="date" name="myBday" min="1995-01-01" max="2019-01-01"> <br><br> Age: <input type="number" name="myAge" min="0" max="25"> <br><br> <input type="submit"> </form> <p><strong>Note : </strong> Try to submit your age as <strong>50</strong></p> </body> </html>
OUTPUT
×

Save as Private