Define a week and year control (no time zone).
The <input type="week">
defines a week and year control (no time zone).
Tip: Always add the <label>
tag for best accessibility practices!
The numbers in the table specify the first browser version that fully supports the element.
<input type="week">
Example:
HTML
<label for="week">Select a week:</label>
<input type="week" id="week" name="week">
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |