The data in a specific HTML5 local storage database can be accessed from:
A
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com
makes use of HTML5 and CSS3 in their development process.
ABC.com has an HTML5 application that specifies the use of an ApplicationCache interface.
Which of the following is TRUE with regards to this scenario? (Choose all that apply.)
A D
Explanation:
http://msdn.microsoft.com/en-us/library/ie/hh673545(v=vs.85).aspx
Which three statements describe cookies? (Choose three.)
A D E
Explanation:
Note:
Cookies are small, usually randomly encoded, text files that help your browser navigate through a particular website. The
cookie file is generated by the site you're browsing and is accepted and processed by your computer's browser software.
The cookie file is stored in your browser's folder or subfolder.
DRAG DROP
Match the JavaScript objects to the corresponding characteristics or methods. (To answer, drag the appropriate JavaScript
object from the column on the left to its characteristic or method on the right. Each JavaScript object may be used once,
more than once, or not at all. Each correct match is worth one point.)
Select and Place:

You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com
makes use of HTML5 and CSS3 in their development process.
You are running a training exercise for junior developers. You are currently discussing the CSS position property.
Which of the following is TRUE with regards to the CSS position property?
C
Which two outcomes will this code fragment accomplish? (Each correct answer presents a complete solution. Choose two.)
A B
Explanation:
Audio on the Web
Until now, there has not been a standard for playing audio files on a web page.
Today, most audio files are played through a plug-in (like flash). However, different browsers may have different plug-ins.
HTML5 defines a new element which specifies a standard way to embed an audio file on a web page: the element.
Browser Support
Internet Explorer 9+, Firefox, Opera, Chrome, and Safari support the element.
Example:
Your browser does not support the audio element.
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com
makes use of HTML5 and CSS3 in their development process.
You are running a training exercise for junior developers. You are currently discussing a touch interface system gesture that
is the same as a mouse left-click.
Which of the following is the gesture in question?
A
Which tag is used to create a drop-down list in HTML5?
B
Which code fragment sets up a timer that calls a function named "adjust" every second?
B
Which attribute prefills a default value for an input element in HTML5?
B