tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>Input Type Month</h2> <form action="/sample_page.php"> <label> Enter your Birth Month and year: </label> <input type="month" name="newMonth"> <input type="submit"> </form> </body> </html>