Run ยป
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <form> <label for="mymonth">Select Month:</label> <input type="month" id="mymonth"> </form> </body> </html>