Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> input { padding: 10px; } </style> </head> <body> <h1>Example</h1> <form action="/form/submit" method="post"> <input type="month" name="month" value="2018-01" min="2017-01" max="2019-12"> </form> </body> </html>