1. What is a <b> tag used for?
2. What MIME-type must a cache manifest be served with?
3. How do you make an element draggable ?
4. The <strike> element is valid HTML5.
5. What is a Web Worker?
6. Which of the following is NOT a benefit offered by using application cache?
7. Which of the following defines a visible heading for a <details> element?
8. Which method lets you access the canvas to start drawing on it?
9. What does minimizing HTML code get rid of?
10. Search is a valid input type.
11. How will you return a reference to the parent of the current window or subframe in an HTML 5.0 web application?
12. You can force a scroll bar onto a page by using:
13. Is this correct or not ? <video width="320" height="240" controls="controls"> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> <source src="movie.webm" type="video/webm"> Your browser does not support the video tag. </video>
14. The method to draw a rectangle filled with current fill style is
15. The action attribute in a <form> element:
16. What is not a new element in HTML5
17. <applet> tag is not supported by HTML5. Which tag can you now use in place of <applet> ?
18. When using an <input type="email"> field many modern browsers will display a tool-tip warning for easier client-side form validation.
19. The browser remembers data from a form and outputs it using:
20. What can HTML 5 forms NOT do?
21. <nav> is an HTML5:
22. Which tag would semantically separate a section of photos from a section of videos?
23. Which of the following is a not content-specific element in HTML5?
24. To limit the length of input in a form field use:
25. What does SVG stand for?
26. How many footers can you have in a html 5 document?
27. What is the purpose of <em> tags?
28. Which browser does NOT support SSE (Server sent events)
29. What does the <nav> element represent?
30. Which is the correct DOCTYPE for HTML5?
31. Which of the following is correct?
32. What is the use of <kbd>?
33. The process of giving all elements in a page a margin of 0 and padding of 0 is called a:
34. Which attribute in <video> element is responsible for start playing as soon as it is ready?
35. HTML5 form validation will validate all specified field types and...
36. What is the proper syntax for adding placeholder text to a text input?
37. Controls attribute in <video> element doesn't include
38. Which of the following languages will you use to paint the graphics designed using the HTML 5.0 <canvas> tag?
39. What is the correct email input tag?
40. Which of the following defines a part of a document, that would still make sense out of the context of its webpage (like a news article)?
41. HTML5 was partially created by WHATWG and:
42. Adding height and width to img elements can...
43. You should insert text content between the <video> and </video> tags for browsers that do not support the <video> element.
44. When does the onhashchange event dispatches?
45. What is the purpose of <svg> tags?
46. Which is the correct tag used for input fields, that contain a numeric value?
47. When you format images with <img> tags, which attribute do you not use?
48. <meta charset="utf-8" /> should be placed...
49. Which tag is used for describing details about a document?
50. Which HTML tag should be used to contain each individual post on a page of blog posts?
51. Which tag specifies the caption inside a figure element?
52. How can audio files be played in HTML5? var sound = new Audio("file.wav");
53. AppCache, localStorage, and sessionStorage are forms of:
54. The canvas element:
55. What Is the correct html 5 doc type declaration ?
56. Which of the following represents INVALID syntax for defining an attribute value in an HTML 5.0 document?
57. Which <body> tag event is fired when the user leaves the document?
58. Do all web browsers support all HTML5 features equally?
59. In chrome, if you set an input field to autofocus, what will happen to the field when the user clicks into it?
60. HTML5 offers two new objects which use JavaScript APIs for storing local data. These new objects are...
61. What is Canvas?
62. Using HTML5, what would be the most semantic way to group a section of ads?
63. Which of the following should be used for entering urls?
64. What attribute should you not assign to <img> tags?
65. In HTML5, which attribute is used to specify that an input field must be filled out?
66. What is the role of the <dfn> element in HTML5?
67. How do you make an input tag checked? You add:
68. What does the <details> tag do?
69. True or False: You can't put divs in HTML5 footer tags.
70. Does HTML5 use new tags not supported by HTML4?
71. video/ogg, video/mp4 and video/webm are all examples of:
72. Which of the following web browser doesn't support the muted attribute of <video> element?
73. Aside tags are useful for...
74. Which HTML5 tag would most semantically group a page title (in an H1 tag) and tagline (in an H2 tag)?
75. A HTML5 SSE allow a web page to _________
76. In HTML5, onblur and onfocus are:
77. Which tag can be used inside the <details> tag?
78. A button that empties the form for the user to begin again is created with:
79. A placeholder attribute in an input field...
80. True or False: The element <font> is a current element in HTML5.
81. Which of the following is an INVALID value for the type attribute of command tag?
82. What is the correct tag for independent and self-contained content?
83. Which attribute in <video> element is responsible for play/pause button?
84. A media element that allows for dynamic, scriptable rendering of images is:
85. True or False: There can be only 1 <footer> element on any given page.
86. The <figure> and <figcaption> elements were primarily added to the specification for what purpose?
87. The _____ attribute specifies the elements text directionality.
88. The element <big> is a current element in HTML5.
89. To make a form submit you can use:
90. Can a web page contain multiple <footer> elements?
91. Blockquote tags are:
92. Height of the video player by <video> element depends:
93. What attribute makes a radio button or checkbox input selected?
94. Which of the following tags is used to define multiple media resources for <video> or <audio>?
95. What do sections encapsulate?
96. How would an older (non-HTML5) browser handle an <input type=”email” /> element?
97. What attribute(s) would you add to an <input type=”number” /> to set the maximum and minimum value for that input?
98. What type of tag is not supported by HTML5?
99. An example of a new HTML5 element would be:
100. What is Application Cache?
101. True or false: <u> is deprecated in HTML5.
102. The code for text area is:
103. <object> defines an:
104. Which of the below is not a html 5 element
105. Which of the following method is used to draw an image on a canvas?
106. When combined with the <figcaption> element, we can now semantically associate captions with their image counterparts with what element?
107. Which of the following elements is no longer supported in HTML5?
108. Which attribute in <video> element will cause the video to start over every time it is finished?
109. Graphics defined by SVG is in which format?
110. Which of the following attributes comes in handy when borders have to be put between groups of columns instead of every column?
111. What is the new Audio Video file format sponsored by Google for use in across all HTML5 supported browsers
112. To make radio buttons work as a group you give them the same_____.
113. What is the correct HTML element used for different types of output, like calculations or script output?
114. <video> tags are used for...
115. The element to specify a list of predefined options for input controls is?
116. Which of the following can be a potential section in an application cache manifest file?
117. Suppose your browser doesn't support <video> tag What will be output of following code? <video width="320" height="240" > Exact Help </video>
118. True or false? An input with a type hidden will be ignored by the browser.
119. Which tag would you use in the <HEAD> to set the document character encoding to UTF-8?
120. What do <video> and <audio> require (for users)?
121. What are the two new objects for storing data on the client in HTML 5?
122. Which of the following is not a valid input type of the form tag?
123. <applet> is an element of HTML5?
124. What does the icon attribute of the HTML 5.0 command tag define? <command icon="?">Click Me!</command>
125. Is it possible to use the camera with the javascript html5 api?
126. The placeholder attribute:
127. Auto buffering in HTML5 has been replaced with?
128. To increase or decrease the integer value in a number type input field use:
129. The <time> element:
130. In a cache manifest, which header is used to specify a backup URL if the URL is inaccessible?
131. What would be a valid input for this field: <input type="number" min="0" max="10" step="2" default="6"> ?
132. Which of the following tags is supported by HTML5?
133. What is the function of onobsolete, an application cache API method in HTML 5.0?
134. Which of the following tags is not supported by HTML5?
135. What will happen if you exceed the allotted local storage space for your origin?
136. <video> tags display video the same way in each browser.
137. The element <basefont> is a current element in HTML5
138. Select tags encapsulate:
139. Which of the following is a valid attribute in HTML5?
140. Which tag is used for an introduction of a document or a section?
141. Which of the following <iframe> attributes are NOT supported in HTML 5.0?
142. The built-in HTML5 object to draw lines, circles, text, rectangles etc. is?
143. Cross document messaging allows two document windows to communicate with each other. Which property do you check to verify the source requesting the message is a trusted source?
144. True of false? The canvas tag is the only one available to draw images.
145. The <header> element should NOT be used within which element?
146. Which built-in HTML5 object is used to draw on the canvas?
147. <video controls="controls" preload="auto"> <source src="song.mp4" type="video/mp4" /> </video> Which of the following is true?
148. Which of the following is NOT a valid attribute for the <link> element in HTML 5.0?
149. In an input field, a telephone number should have which type?
150. Files listed under this header will be cached after they are downloaded.
151. What is the function of the history traversal task source in HTML 5.0?
152. On which object does the browser fire cache manifest events?
153. What is the mime type for a manifest file?
154. Using HTML5, syntax errors will be treated uniformly by all conforming browsers and other user agents.
155. Which attributes are supported on the canvas element (among others)?
156. Which of the following is NOT a valid value for the “type” attribute of an <input> element?
157. After checking all files in the cache manifest for updates, and finding NO updates, which event will the browser fire?
158. What HTML5 tag is described as: A section of a page that consists of a composition that forms an independent part of a document, page or site.
159. What is the internal/wire format of input type="date" in HTML5?
160. What does the meter tag define?
161. Which is the correct <canvas> tag declaration?
162. The <canvas> element is a:
163. Which of the following html tag isn't supported in HTML5?
164. Which HTML5 tag would be best for wrapping the date of a blog post?
165. If there are multiple <source> element inside a <video> element. Browser will display the video of:
166. <rt> is used to define:
167. According to the W3C HTML5 specification, which one of these may the <time> element NOT represent?
168. In which order would these cache manifest events be fired?
169. What is the proper syntax to make a text input autofocus?
170. What is a valid AppCache manifest file extension?
171. The <summary> tag must have which tag as its parent?
172. The method used to a circle on a canvas is?
173. Click on the element below that does NOT exist in HTML5.
174. Which of the following is the ending point of the line in a straight line drawing on a canvas?
175. What is a new attribute for both <form> and <input>?
176. You're developing a Metro style app and want the app to access another app. Where do you declare the interaction?
177. What is the default background color for the canvas element in HTML 5.0?
178. Within a fieldset, you can give a name to a group of input fields with:
179. Which of the next attributes was added to the anchor tag in HTML5?
180. What is the <wbr> tag used for?
181. Which of the following is a current element in HTML5?
182. Using HTML5, what would be the most semantic tag for highlighting a few words inside a <p> element?
183. Which of the following mouse events are used when handling a drag/drop event?
184. Which of the following is correct with regard to the oncanplaythrough event fired by media resources in the HTML 5.0 document?
185. What is the correct way to set the autoplay attribute in HTML5?
186. What is the amount of local storage space per origin recommended by the W3C?
187. Which three properties are guaranteed to be provided as part of a geolocation position object?
188. When is the popstate event on a window dispatched?
189. Which of the following is not property of <video> element?
190. Which is not a valid tag?
191. Which is not an example of media types?
192. What does the stroke() method of the canvas context API do?
193. <rp> is used to:
194. Which of the following is not new element of HTML5?
195. Which tag has semantic significance?
196. True or False: Clickable inputs, by default, have a pointer cursor applied to it in all browsers.
197. Which method is used to create a circular gradient?
198. What is the method to draw filled text on a canvas?
199. Which event will be fired when the user presses the back button?
200. Which of the following is NOT a supported attribute of the <ol> element in HTML 5.0?
201. In HTML5, contextmenu and spellcheck are:
202. Which of the following is NOT a valid way to store a value in local storage?
203. Which tag's positioning is independent of the main flow of the document?
204. If IE8 doesn't recognize an element (such as <article>), what will it do with that element?
205. True or False: You can place a footer tag inside of a footer tag.
206. After the browser fires an `updateready` event, which of the following is true?
207. Which is true about the placeholder attribute of <input> elements?
208. On which object will the browser fire history events (such as when the back button is pressed)?
209. What tag isolates a part of text that might be formatted in a different direction from other text outside it
210. Which of the elements below is displayed inline by default?
211. Is this the preferred method of using the cite tag in HTML5? <cite>John Doe</cite>
212. Which of the following is not a valid attribute for the <script> element?
213. What attributes do you assign to <map> tags?
214. What type of <input> doesn't support the attribute maxlength?
215. Which of the following is incorrect value provided to "rel" attribute of Anchor Tag ?
216. What is the minimum needed to create a HTML5 document?
217. True or False: Any element drawn in a <canvas> is part of the DOM.
218. Which section of a cache manifest file specifies files which should not be cached?
219. Which of these is NOT one of the five different element types?
220. Which of the following is NOT a valid value for the <iframe> sandbox attribute in HTML 5.0?
221. Which attribute should be used to indicate that a <time> element represents the date of a blog post?
222. Which of the next video formats is not entirely available for Firefox Browsers?
223. What is the proper syntax for specifying a cache manifest?
224. What are the valid properties of the options object that may be passed to navigator.geolocation.getCurrentPosition?
225. A wrapper around the html5lib library for sanitizing HTML is called a:
226. Controls attribute in <video> element doesn't include:
227. After checking all files in the cache manifest for updates, and finding several files that need to be updated, which event will the browser fire?
228. What should be the value of the 'rel' attribute for a <LINK> element that specifies an RSS feed?
229. Which of the following is NOT a valid attribute of the <time> element?
230. What is the output when you use the HTML 5.0 code snippet shown below? <body onload="alert(this)">
231. When is the window onstorage event triggered in the HTML document?
232. Which of the following is used to create an app package?
233. Which of the following is incorrect way to set the loop attribute of <video> element in HTML5?
234. Which of the following is false about poster attribute of <video> element?
235. Which media event is triggered when there is an error in fetching media data in HTML 5.0?
236. Which of the following attribute is responsible for subtitle of a video inside <video> element?
237. Which method will use to get the dragged data?
238. Which of the following does not usually work well with multi-touch environments and sould be disabled?
239. In HTML 5.0, what is the function of the sandbox attribute when used with <iframe> as shown below? <iframe src="aaa " sandbox=?></iframe>
240. How does a button created by the <button> tag differ from the one created by an <input> tag?
241. Which operating systerm environment allows a developer to access a camera or webcam?
242. When autoplay attribute has defined in <video> element then:
243. Which of the following web browser doesn't support the loop attribute of <video> element?
244. Which of the following is not attribute of the <track> element.
245. What is the method to draw text(no fill) on a canvas?
246. Which is the correct way to include javascript in a HTML5 page?
247. Which of the following is not event of <video> element
248. Which of the following is not event of <video> element?
249. Which of the following elements was NOT removed from HTML5?
250. Which of the following code snippets will create dotted strokes(e.g. -.-.-.-.-.) in an HTML5 canvas?
251. When will an external script be executed, if the <script> tag has the "defer" attribute?
252. Which of the following is/are the new elements in HTML5?
253. It is possible to add new HTML elements
254. True or False. According to W3.org (specification for HTML5): Web developers are required to declare the character encoding for an HTML 5 document?
255. HTML5 is designed so that old browsers can safely ignore new HTML5 constructs.
256. In HTML5, <strong> and <em> tags mean the same thing.
257. What are the new input types in HTML5?
258. Which of the following is NOT a semantic element in HTML5?
259. Which tag defines a visible heading for <details> element?
260. Which of the following is NOT one of the HTML5 coding conventions?
261. Which of the following tags is not supported in HTML5?
262. When autoplay attribute has been defined in <video> element then:
263. Which of the following is not event a <video> element?
264. Which of the following is not a new form control added in HTML5?
265. Which of the following is the recommended file extension for the Manifest File?
266. SSE stands for...
267. What is used in HTML5 instead of <font> element?
268. Which method allows to get user's location?
269. The Geolocation API guarantees that the returned location coordinates will be accurate to within:
270. What does SSE stand for?
271. What is the default font-size for h6 tag?
272. What is used in HTML5 instead of the <font> element?
273. Height and width of Iframe can never be set in percentage?
274. Graphics are defined by SVG is in which format?
275. If your browser does not support the <video> tag, what will be the output of the following code: <video width="320" height="240" > Exact Help </video>
276. The <strike> element is valid HTML5..
277. Plug-ins can be added to web pages with the <object> tag or the <embed> tag
278. <param> tag is used to define parameters for plugins embedded with an <object> element.
279. Which video formats are supported by the HTML5 standard?
280. In HTML5 any element can be draggable.
281. Which is the method to draw text (no fill) on a canvas?
282. According to the W3C HTML5 specification, which one of these does <time> element NOT represent?
283. If you define a brush, which portions of the image will show up when you use the brush preset to paint?
284. How many footers can you have in an HTML 5 document?
285. The Web workers API allows you to:
286. What are examples of usage for the <article> element?
287. What is the <canvas> element in HTML5 used to?
288. What is required to run the Geolocation API on your device?
289. The <canvas> tag is only a container for graphics; you should use a script to actually draw the graphics.
290. HTML5 Canvas can be used to create images.
291. How many <nav> tags can you have in an HTML5 document?
292. Which element, in combination with the <figcaption> element, allows the association of captions with their image counterparts?
293. What should you use to make a form submit?
294. What type of <input> does not support the attribute maxlength?
295. What do select tags encapsulate?
296. Which type should a telephone number have in an input field?
297. What are <video> tags used for?
298. What are video tags used for?
299. Which is the element to specify a list of predefined options for input controls?
300. What attribute(s) should you add to an <input type=”number” /> to set the maximum and minimum value for that input?
301. A web page can contain multiple <footer> elements.
302. Which element defines a set of navigation links in HTML5?
303. What should you use to limit the length of input in a form field?
304. What is the canvas element used to?
305. What is the tag used to define navigation links?
306. What does the height of the video player by <video> element depend on?
307. Which is a media element that allows for dynamic, scriptable rendering of images?
308. How should you return a reference to the parent of the current window or subframe in an HTML 5.0 web application?
309. Why were the <figure> and <figcaption> elements primarily added to the specification?
310. What is the method to draw a rectangle filled with current fill style?
311. Which is an example of a new HTML5 element?
312. Which method should be used to get the dragged data?
313. What is the built-in HTML5 object to draw lines, circles, text, rectangles etc.?
314. What does <object> define?
315. What has auto buffering in HTML5 been replaced with?
316. What are video/ogg, video/mp4 and video/webm all examples of?
317. What does the Geolocation API guarantee that the returned location coordinates will be accurate within?
318. HTML5 is a language for structuring and presenting content for the World Wide Web.
319. What should you use to force a scroll bar onto a page?
320. Which tag can you now use in place of <applet>, which is not supported by HTML5?
321. What is the code for text area?
322. What are aside tags useful for?
323. What does an HTML5 SSE allow a web page to do?
324. What is the process of giving all elements in a page a margin of 0 and padding of 0 called?
325. Which method allows you to get user's location?
326. Which of the following is not an event < video > element?
327. Which web browser does not support the loop attribute of < video > element?
328. Which of the following is not included in controls attribute in < video > element?
329. Which event will the browser fire after checking all files in the cache manifest for updates, and finding several files that need to be updated?
330. How should you create a link for your website allowing users to email the webmaster if the webmaster’s email address is [email protected]?
331. <keygen> tag element is new in HTML5.
332. What does the action attribute in a <form> element do?
333. Using HTML5, what is the most semantic way to group a section of ads?
334. Which of the following is true about <video controls="controls" preload="auto"> <source src="song.mp4" type="video/mp4" /> </video> ?
335. What attributes are correct for <canvas> tag?
336. Which of the following creates a button that empties the form for the user to begin again?
337. Which attribute specifies the element's text directionality?
338. Which of the following attributes is responsible for subtitle of a video inside element?
339. Which of the following attributes is responsible for subtitle of a video inside video element?
340. What is true about HTML5 Application Cache?
341. Javascript function lineTo() is used to draw line on element:
342. Where should <meta charset="utf-8" /> be placed?
343. What can you give a name to a group of input fields within a fieldset?
344. Which of the following is incorrect to set the loop attribute of <video> element in HTML5?
345. Which of the following is true after the browser fires an `updateready` event?
346. An <article> can contain <section> elements.
347. What does 'id' stands for?
348. What is the <!DOCTYPE> declaration in HTML5?
349. Which tag is used to display graphics?
350. What are the sections of the Manifest File?
351. Which of the following web browsers does not support the muted attribute of video element?
352. What does a placeholder attribute in an input field do?
353. Which tag isolates a part of text that might be formatted in a different direction from other text outside it?
354. Which one of these does <time> element NOT represent according to the W3C HTML5 specification?
355. Which element should NOT be used within the <header> element?
356. Which of the following html tags is not supported in HTML5?
357. What is the purpose of using a hidden field on a Web form?
358. What is one advantage of using a socket versus a HTTP request?
359. All of these elements are part of the HTML5 specification EXCEPT:
360. What action must you take when saving data to local or session storage?
361. Which conditional statement helps determine whether the HTML5 Geolocation API is available on the user's device?
362. Which HTML5 element replaces the use of the <applet> element?
363. Which attribute would you use on the element to open a link in a new window?
364. What does the <meter> element define?
365. What is the default unit of measurement for the width and height attributes in an element?
366. What does the element <th> create in an HTML table?
367. Which browser version does NOT support the canvas transform() method?
368. Which HTML special character entity adds an additional space within a block of text?
369. Which HTML element creates a list item?
370. What does the "id" attribute of an HTML element represent?
371. Which would you use to limit the length of the input in a form field?
372. Which of the following is a semantic HTML5 element?
373. What is the HTML code used to structure a numbered list?
374. Which browser does not support the audio element?
375. Unless specifically styled, how are HTML unordered list items typically rendered?
376. Which element is used to render an image on an HTML page?
377. Which attribute of the HTML element specifies the address of the destination hyperlink?
378. Which command would you use to select all the 'p' elements in a document?
379. Which scripting language is used to draw a figure on a Web page via the <canvas> element?
380. How long is data stored with HTML5 sessionStorage?
381. Which attribute of the <video> element adds a play/pause button?
382. Which <img> attribute contains text that is shown if the image does not load?
383. When the <!DOCTYPE html> element is placed at the beginning of an HTML page, what does it instruct the browser to do?
384. What does the attribute maxlength do when added to a text input?
385. Which heading element do search engines look for first?
386. Which HTML5 attribute specifies that an input field must be filled out before submitting a form?
387. What does the <mark> element define?
388. Which attribute makes an element draggable?
389. Which HTML5 element is used to draw graphics via a JavaScript API?
390. Which HTML element should be used to contain each individual post on a page of blog posts?
391. Which method do you use to retrieve data from an object store?
392. Using the audio API, which aspects of the media can you control?
393. What happens when the browser processes the autofocus attribute in the following code? <input type="text" name="user-name" autofocus="autofocus" />
394. The following image formats can be used for display on an HTML page EXCEPT:
395. How many <nav> elements can you use on an HTML5 document?
396. Which is the correct code for creating a basic email input type on a form?
397. What does the getUserMedia API allow you to do?
398. When retrieving data from an object store, you must attempt to locate a record via:
399. Which settings property do you use when creating an object store in order to have the key field automatically increase in value as new data is saved to the object store?
400. In HTML5, which method is used to get the current location of a user?
401. At which corner of the image does the drawImage() method start drawing?
402. Which attribute do you add to the <audio> element to play audio immediately after the HTML page is loaded?
403. Which form attribute specifies whether the browser should automatically complete values, based on values that the user has entered before?
404. Which of the following is used both to position an image on the canvas and to set that image's width and height?
405. All browser versions support HTML5 Geolocation EXCEPT:
406. Which element specifies the caption inside a figure element?
407. Which element is used to define bold text without added semantic importance?
408. Which attribute in the <video> element is responsible for playing a video as soon as it is ready?
409. Which HTML special character entity name do you use to represent an ampersand?
410. How do you provide fallback content for browsers that do not support the <video> element?
411. Which function of the navigator.geolocation object does a developer use to request information about a user's location?
412. Using HTML5, which element would work best to semantically group a section of ads?
413. Which method allows browser access to a device's camera and microphone?
414. Which would create a button that empties the form for the user to begin again?
415. Which of the following elements is used to define multiple media resources for <video> and <audio>?
416. Which attribute do you add to an element to make the image draggable ?
417. Which HTML special character entity name do you use to represent a copyright symbol?
418. Which header designates which files are cached after they are downloaded?
419. The placeholder attribute can be used in each of these HTML5 form elements EXCEPT:
420. Which element is used to create a multi-line text element in an HTML form?
421. What is the purpose of using applicationCache?
422. Which attribute is valid for the time element?
423. Which conditional statement can a web developer use to determine whether geolocation services are available to an app?
424. Which attribute do you use to specify that a checkbox or radio-type element should be pre-selected when the page loads?
425. Where are attributes declared in an HTML element?
426. HTML attribute values are usually enclosed in:
427. All are Web Font file formats EXCEPT:
428. What information does the timestamp property of the getCurrentPosition() method return?
429. If the getCurrentPosition() method returns a property value of timestamp, what could the value be?
430. Which method can be used to draw lines, circles, text and rectangles?
431. Which HTML5 <video> element attribute is used to specify an image to be shown while the video is downloading?
432. To increase or decrease the integer value in a number type input field, which attribute should be used?
433. Which attribute for elements is no longer required for in-line scripts in HTML5?
434. All are valid values for the "type" attribute of an <input> element EXCEPT:
435. What is the material difference between a DIV and SECTION element?
436. You can define the drag image by handling which event?
437. Which attribute(s) would you add to an <input type="number" /> to set the maximum and minimum value for that input?
438. Which element is used to specify illustrations, diagrams, and photos?
439. Which element creates a "soft" return or line break at the end of a content line?
440. The following methods can be used to manipulate paths of objects?
441. What does P2P streaming mean when web applications establish a P2P HTTP connection using HTML?
442. Which video file formats are currently supported by the element of HTML5?
443. When does the ondragleave mouse event get fired in HTML5?
444. How does a button created by the tag differ from the one created by an tag?
445. Which method can be used to estimate page load times?
446. Once an application is offline, it remains cached until the following happens (select all that apply):
447. JavaScript objects can be stored directly into localStorage.
448. Which is the correct way to play an audio file in HTML5?
449. Which code is used to prevent Webkit spin buttons from appearing on web pages?
450. The following are valid use cases of client file/directory access in HTML5, except:
451. What is the internal/wire format of input type='date' in HTML5?
452. Which HTML5 doctype declarations are correct?
453. Consider the following JavaScript code: var c=document.getElementById('myCanvas'); var ctx=c.getContext('2d'); var img=document.getElementById('img'); Which method will correctly draw an image in the x=10, y=10 position?
454. How can an HTML5 canvas size be changed so that it fits the entire window?
455. Which is an invalid value for the type attribute of a command tag?
456. Difference between Server-Sent Events (SSEs) and WebSockets in HTML5?
457. What is the proper syntax for a line break tag as W3C specs define?
458. Choose the valid method for navigating to a fragment identifier.
459. How can form element escape from validation?
460. Which show correct use of client-side data validation in HTML5, on username and password fields in particular?
461. Best way to define the character set of an HTML5 web page?
462. Which event is not supported in HTML5?
463. A piece of text contains many blank spaces within it. Which tag would be suitable to display the text as it was originally formatted?
464. Which is suitable uses for the nav element?
465. Which properties can be used to dynamically change the value of a
466. Which is not a valid attribute for the element in HTML5?
467. A computer programming book has to go online. Which tag is ideal for displaying the program snippets?
468. Which is valid way to associate custom data with an HTML5 element?
469. Which
470. You want to create a link for your website allowing users to email the webmaster. How will you implement this if the webmaster's email address is [email protected]?
471. What does the icon attribute of the HTML5 command tag define? Click Me!
472. How can audio files be played in HTML5? var sound = new Audio('file.wav');
473. You are writing the code for an HTML form and you want the browser to retain the form's input values. That is, if a user submits the form and presses the browser's back button, the fully populated form is displayed instead of a blank form. Which of the following HTML 5 attributes will you use?
474. Which event is fired when an element loses its focus in an HTML5 document?
475. Which HTML5 feature is capable of taking a screenshot of a web page?
476. Correct way to display a PDF file in the browser?
477. Which is true about the ARIA role attribute in HTML5?
478. Which attribute get hidden when the user clicks on the element that it modifies? (Eg. hint text inside the fields of web forms)
479. Which will restrict an input element to accept only numerical values in a text field?
480. Which method of the HTMLCanvasElement is used to represent an image of a canvas element?
481. Assuming that some text needs to be written on an HTML5 canvas, select a replacement for the commented line below:
482. Standard method for clearing a canvas?
483. Correct way to store an object in a localStorage?
484. Which is valid value for the contenteditable attribute of the element in HTML5?
485. Which tag would assist in creating named groups within a select list?
486. Which attribute is not supported in HTML5?
487. Which statement is correct with regard to the
488. Which is possible ways to make the browser automatically adds new images and discards deleted images with server-side events in HTML5?
489. Which is valid HTML5 elements?
490. What is the limit to the length of HTML attributes?
491. Which will detect when an HTML5 video has finished playing?
492. Which media event is triggered when there is an error in fetching media data in HTML5?
493. Which media event will be fired when a media resource element suddenly becomes empty?
494. Which is true regarding the tag in HTML5?
495. Which method is valid for navigating to a fragment identifier? http://demo.com/#foo
496. HTML5 Canvas can be used to create images.
497. Consider the following items of a list: Item 1 Item 2 Which of the following values would be passed on by clicking the submit button on selecting Item 2 from the list? 498. Which is valid default values for the HTML5 element?
499. Which input element variations will show a numeric keypad in mobile browsers?
500. Which is a proper syntax for tag as W3C specs for HTML5 defines?
501. Which is an invalid keyword value for the http-equiv attribute when used with the element in HTML5?
502. Which is not a valid syntax for the element in HTML5?
503. ____________ can publish, edit, and delete posts and pages written by any user. They can upload some kinds of files, and they can write HTML without restrictions. They can manage links and categories, and they can moderate comments. Editors and administrators are also the only users allowed to read private posts and pages.
504. Which represent that the document is using HTML5?
505. What is the default character encoding in HTML5?
506. Which is used to set the fill color for a drawing on Canvas?
507. How do you specify where the dragged data can be dropped?
508. Which statement is considered as best practices?
509. Which code is valid?
510. Which is not a core method of WebSQL Database API?
511. Which is a new input type introduced in HTML5?
512. Which statement is correct for a blockquote?
513. Which attribute trigger an abort event?
514. Which attribute specifies that the video will be loaded at page load, and ready to run. Ignored if autoplay is present.
515. How do you declare HTML5 document type?
516. Which statement is true?
517. Which tag can be used to associate a caption together with some embedded content in HTML5?
518. Which tag is used to show subtitles in a video in HTML5?
519. How do you assign multiple classes to one element?
520. Which method is used to fetch the current geographic location of the user and update it as the user moves?
521. Which tag in HTML5 can be used to define navigation links?
522. The HTML5 element used to draw a graphics via scripting?
523. Which feature is supported by HTML5?
524. Which table element does not exists?
525. When using video on a page, if autoplay attribute is set then which of the following attributes is ignored?
526. Which of the link type can be specified on the link elements in HTML (a, area, link)?
527. Which video format is not supported by the video tag?
528. Which is a new input restriction introduced in HTML5?
529. Can we use SVG tags directly in HTML5 without using any plugin?
530. Which method is used to execute a query in WebSQL?
531. Which input control accept only numerical value in HTML5?
532. Which input control accept only numerical value in HTML5?
533. Which is a new form element introduced in HTML5?
534. Which tag define a caption for a fieldset element?
535. In HTML5, drag and drop is part of the standard?
536. Which methods are provided by geolocation?
537. Is WebSQL a part of HTML5 specification?
538. How do you make an HTML element draggable?
539. How do you make the content inside an element editable?
540. Which code sample will correctly search for the word 'for' in a string?
541. Which is correct about the difference between 'rem' and 'px' for font sizes?
542. CSS3's border-radius property and border-collapse:collapse do not mix. How can border-radius be used to create a collapsed table with rounded corners?
543. Output of following code? input[type='radio']:checked + label { background-color:#000; }
544. Why is it not possible to unite webkit-border-radius and -moz-border-radius?
545. Which element defines the title of a work (e.g. a book, a song, a movie, etc.)?
546. Which element is block-level?
547. There are following different methods to set colors in your web page?
548. There are different types of form controls that you can use to collect data using HTML form?
549. In drawing rectangles the following methods immediately draw rectangles to the bitmap? (choose all that apply)
550. Can you use any data types as an image source when getting images to draw a canvas API? (choose all that apply)
551. How many heading levels can be created with HTML tags?
552. What is HTML?
553. What is the role of the element in HTML5?
554. Which is not a valid attribute for the audio element in HTML5?
555. Which attribute specify whether or not a user is allowed to drag an element?
556. Which is not valid about MediaRecorder API ?
557. What is used to continuously push events from the web server to the client's browser?
558. Which attribute require you to have a value in an input control in HTML5?
559. Which is the correct SVG element to define text?
560. Which tag is used for a multi line text input control?
561. Using Hspace will add what to your image ?
562. Which method is used to finish a launched worker?
563. What is the correct HTML5 element for playing video files?
564. Which value of Socket.readyState atribute of WebSocket indicates that the connection is going through the closing handshake?
565. Which of these elements are deprecated in HTML5?
566. First web browser was created by ____?
567. Which tag can prevent sites with adult content from being seen on MSIEbrowsers ?
568. Choose the valid methods for navigating to a fragment identifier.
569. The element is supposed to set a default font , , and typeface?
570. Line styles, There are several properties which allow us to style lines include the following?
571. Drawing text, The following methods are provided for drawing text?
572. The hit region API allows you to define an area of your canvas and provides another possibility to expose interactive content on a canvas to accessibility tools. The API can also .........? (choose all that apply)
573. Getting images to draw the canvas API is able to use any of the following data types as an image source?
574. Text styles, The following properties control how text is laid out?
575. The border-width property is used to control the width of a ____?
576. The following methods can be used to manipulate paths of objects?
577. Line styles, The following methods and properties control how lines are drawn?
578. RenderingContext is a helper type representing any rendering contexts?
579. Phrase elements add structural information to text fragments as the following?
580. Which is Basic animation steps you need to take the draw a frame?
581. The following core attributes that can be used on the majority of HTML elements?
582. What is the correct HTML for adding a background color?
583. Controlling the position of elements, ___ positions the element in relation to its containing element?
584. Play Audio Loop using the following code example?
585. Which is list of important attributes which can be used with tag?
586. In using a playlist with video or audio, which code snippets will load next clip in the onend event?
587. How do you display progress using only HTML?
588. How can you add custom text on a browser's tab?
589. Which is the correct method to draw an image on HTML Canvas
590. How can you enable grammar checking for the text input?
591. Which code will play an audio in a loop?
592. Which HTML element is used to make a dropdown selection with options divided to sections?
593. Which is the HTML element used to draw high-intensity graphics and animations?
594. What extensions are needed to watch a video in HTML page?
595. How many input elements can get automatic focus after page load?
596. How can you embed a mp3 file in HTML page?
597. Which HTML elements could be used to display a list?
598. Select the valid content sectioning elements: (choose all that apply)
599. Select the valid HTML elements that can not have any child nodes or text. (choose all that apply)
600. Which valid HTML5 elements were introduced only in HTML5?
601. Which file will be displayed if a computer has all required codecs? Video!
602. Select all valid input types:
603. Select the valid HTML elements that can embed content to an HTML document. (choose all that apply)
604. Which is the HTML element used to create the clickable text? When clicked on, the cursor should be focused on the input field.
605. Select the valid attributes of audio element. (choose all that apply)
606. Which attribute can be specified on any HTML element? (choose all that apply)
607. Which method is used to check if the browser can play the specified audio/video type?
608. Which value of Socket.readyState is an attribute of WebSocket indicating that the connection is going through the closing handshake?
609. Which statement is correct about Server-Side image maps?
610. In drawing text, the canvas rendering context provides the following methods to render text:
611. Which method cancels an ongoing watchPosition call?
612. The following link is placed on an HTML webpage: a href='http://msdn.com/' target='_blank'> MSDN /a> What can be inferred from it?
613. The element to specify a list of predefined options for input control is:
614. Select the HTML element that will add video into HTML page:
615. Which HTML element is used to create vector graphics?
616. What will be displayed with such code: Hey if browser does support video and has required codecs?
617. What HTML tags are used to make the layout of the page?
618. Select HTML elements that hold text. (choose all that apply)
619. What is true about an area tag? (choose all that apply)
620. Which are valid HTML elements?
621. Select the valid statements about the section element:
622. Which is the recommended standard video format in HTML5?
623. What was the previous version of HTML, prior to HTML5?
624. Which is important attributes that can be used with tag? (choose all that apply)
625. Which element is NOT a block element?
626. Difference between the readonly and the disabled attribute of form controls?
627. Please select the standard metadata names (name attributes of the meta element):
628. Which makes an HTML comment?
629. HTML tags are used to describe document ____?
630. HTML5 provides the really nice template element, which is used to declare fragments of HTML that can be cloned and inserted in the document by script. Which of the following answers are true for the template element?
631. Which value is allowed for attribute 'method' for form element?
632. Which element is obsolete in the latest HTML5 specification?
633. Which input type is used to submit integer numbers from 1 to 20
634. Which HTML element could be used to display an ordered list?
635. Select the valid HTML elements designed for user interaction that can be clickable and editable,
636. Custom data attributes (data-*) are very useful for storing data private to a page or application.
637. How many h1 elements are recommended on a single page?
638. HTML5 provides the really nice template element, which is used to declare fragments of HTML that can be cloned and inserted in the document by script. Which answer is true for the template element?
639. Please select the allowed pragma directives (http-equiv attributes on a meta element)
640. Which is the correct doctype for HTML5?
641. How many tags are in a regular element?
642. Select correctly written HTML elements.(choose all that apply)
643. Difference between the strong and the b elements?
644. Right way to pass custom data to an element?
645. Which is valid media types for tag in html5?
646. Which statement is valid for canvas element?
647. Which is an empty element?
648. Which attribute trigger event when an element gets user input?
649. Can there be a multiline HTML5 placeholder text in a ? For example,<textarea name='story' placeholder='Enter story\n next line\n more'>
650. What is the role of the element in HTML5?
651. The ImageData object represents the underlying pixel data of an area of a canvas object including the following read-only attributes?
652. Which attribute is supported by the HTML tag?
653. Which is/are valid HTML5 attributes?
654. What is the correct HTML element to define important text?
655. Which input types is used to create a file upload control?
656. Which is not correct for an action attribute for a form tag?
657. Which attribute specifies that the image is part of a server-side image-map?
658. Difference between an input of the type='button' and the button element? (Choose all that apply)
659. Please select the correct usage of the address element:
660. What is the correct HTML for creating a hyperlink?
661. which is correct to embed 'flash.swf' into your webage?
662. Difference between HTML and XHTML?
663. Which method return a geolocation object in HTML5?
664. An unordered list displays a small graphic called a(n) _____ before each item of information.
665. The ____ attribute can be used to identify where to download a plug-in.
666. To stack elements, you can use the ____ style.
667. In a two-sided tag, a(n) _____ tag indicates the content's end.
668. By convention, a link that a user is in the process of clicking is ____.
669. The ________ html5 element is used to configure the main navigation area on a web page.
670. Use the ________ attribute on a tag to display an image that represents the movie.
671. A(n) ____ makes an image appear as if it has a frame around it.
672. To upload a file, display the ____ bar, and then click the upload button or the add files button.
673. The ability to keep web page visitors at your site is called ________.
674. Each type of media player has various tag ____ that can be used.