HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>When is your birthday(month and year)?</p> <form action="/user-birthday.php"> <input type="month" name="myBday"> <input type="submit"> </form> </body> </html>
OUTPUT
×

Save as Private