Microsoft HTML5 Application Development Fundamentals - 98-375 Exam Practice Test
On a Windows touch device, which gesture serves the same purpose as a right-click of the mouse?
Correct Answer: B
Vote an answer
The variable named "ctx" is the context of an HTML5 canvas object. What does the following code fragment draw? ctx.arc(x, y, r, 0, Math.PI, true);
Correct Answer: D
Vote an answer
Which three technologies does HTML5 encompass? (Choose three.)
Correct Answer: B,D,E
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
You are creating a page by using HTML5. You add script tags to the page.
You need to use JavaScript to access an element by id and add a class to the element.
Which property or attribute should you use?
You need to use JavaScript to access an element by id and add a class to the element.
Which property or attribute should you use?
Correct Answer: C
Vote an answer
Which two outcomes will this code fragment accomplish? (Each correct answer presents a complete solution.
Choose two.)

Choose two.)

Correct Answer: C,D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Which layout can you create by using a single CSS3 region?
Correct Answer: A
Vote an answer
Which two code fragments represent ways to use HTML5 to save values to session storage? (Choose two.)


Correct Answer: B,D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).