week attribute
<input type=week>
Explanation
Week Attribute allows the user to select a week
of the respective year.
Example Code:
Result :
- This attribute allows user to select both the year and week simultaneously.
- Output shown will be the entered text, if the attribute is not applicable in a browser.
Limitations:
It will function only in major browsers like Safari and Opera.