Which of the following is invoked when it is not fired on window object?
A. removeItem()
B. clear()
C. setItem()
D. getItem()
Select an option to see the answer and solution.
Before HTML5 where data had to be stored?
A. cookies
B. browser
C. only in Internet Explorer
D. only in Chrome
Select an option to see the answer and solution.
Which element(s) represents a section of a document that links to other documents?
A. navigation
B. anchor tag
C. nav
D. option
Select an option to see the answer and solution.
Which attribute is not used on new forms?
A. size
B. text
C. name
D. maxlength
Select an option to see the answer and solution.
Which one is correct syntax?
A. <p id="1td">
B. <p id="td">
C. <p id="%td">
D. <p id="#td">
Select an option to see the answer and solution.
Which of the following returns a number of value pairs?
A. storage.key(n)
B. storage.length
C. storage.setItem(key,value)
D. storage.clear()
Select an option to see the answer and solution.
What can not be done by controls attribute?
A. playback
B. resume playback
C. pause playback
D. looping
Select an option to see the answer and solution.
Which element has been removed from HTML5 (W3C) specification?
A. <figure>
B. <nav>
C. <hgroup>
D. <aside>
Select an option to see the answer and solution.
The . . . . . . . . element must reference either an 'altGlyphDef' element or a 'glyph' element.
A. href
B. src
C. animate
D. altGlyph
Select an option to see the answer and solution.
An API is an application programming interface consisting of methods and properties which allow the author to get or set data or execute commands to the user agent.
Select an option to see the answer and solution.
Which of the following element represents the header of a section or the document and contains a label or other heading information for the related content?
A. data-X
B. header
C. mark
D. meter
Select an option to see the answer and solution.
Which of the following is not the promises of the open web platform?
A. Security and Privacy
B. Performance and Tuning
C. Media and Real-Time Communications
D. Device Interconnection
Select an option to see the answer and solution.
Which of the following is not a newly added element in HTML5?
A. article
B. audio
C. nav
D. frameset
Select an option to see the answer and solution.
What is the work of src?
A. audio starts playing automatically
B. play again after finishing the audio
C. specify the path to an audio file
D. insert more than one audio
Select an option to see the answer and solution.
Which of the following methods must empty the list of subpaths so that the context once again has zero subpaths?
A. closePath()
B. beginPath()
C. moveTo(x, y)
D. endPath()
Select an option to see the answer and solution.
The search that can't be targeted by SEO is . . . . . . . .
A. video search
B. image search
C. academic search
D. audio search
Select an option to see the answer and solution.
Which of the following is not example of block element?
Select an option to see the answer and solution.
In sessionStorage object data . . . . . . . .
A. is not deleted after the browser has been closed
B. can be seen but can't edit
C. can be seen as well as edit
D. is deleted after the browser has been closed
Select an option to see the answer and solution.
Which of the following is not used with password attribute?
A. name
B. size
C. maxlength
D. min
Select an option to see the answer and solution.
. . . . . . . . defines a group of content that should be used as a figure and may be labeled by a legend element.
A. figure
B. details
C. output
D. aside
Select an option to see the answer and solution.