HTML5 Multiple choices


Total available count: 25
Subject - Web Development
Subsubject - HTML5

Which input type defines a week and year control (no time zone)?


 

 

 

 



A


Solution:-

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">




Next 5 multiple choice(s)

1

Which input type defines a slider control?

2

In HTML5, which attribute is used to specify that an input field must be filled out?

3

Which built-in HTML5 object is used to draw on the canvas?

4

The <canvas> element in HTML5 is used to:

5

Graphics defined by SVG is in which format?

Comments