Which input type defines a week and year control (no time zone)?
HTML <input type="week">
Definition and Usage
The <input type="week"> defines a week and year control (no time zone).
Example
Define a week and year control (no time zone):
Select a week: <input type="week" name="week_year">
Which input type defines a slider control?
In HTML5, which attribute is used to specify that an input field must be filled out?
Which built-in HTML5 object is used to draw on the canvas?
The <canvas> element in HTML5 is used to:
Graphics defined by SVG is in which format?