Microsoft HTML5 Application Development Fundamentals (98-375) Free Practice Test
Question 1
Match the CSS terms to the corresponding examples. (To answer, drag the appropriate term from the column on the left to its example on the right. Each term may be used once, more than once, or not at all. Each correct match is worth one point.)


Correct Answer:


Question 2
Which three event attributes are used with the CAPTION element in HTML5? (Choose three.)
Correct Answer: A,B,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
JQuery is:
Correct Answer: A
Question 4
Which three technologies does HTML5 encompass? (Choose three.)
Correct Answer: A,B,C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
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: C
Question 6
Which term describes the canvas API?
Correct Answer: D