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="week" name="week" min="2018-W1" max="2018-W52"> </form> </body> </html>