Microsoft HTML5 Application Development Fundamentals - 98-375 Exam Practice Test
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: A
Vote an answer
Which two HTML5 tags format text content only? (Choose two.)
Correct Answer: C,D
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Which JavaScript code fragment will store only the number 42 in the variable iNum as a number?
Correct Answer: A
Vote an answer
Which three generic font family names are valid values of the font-family property in CSS? (Choose three.)
Correct Answer: A,B,C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
What value does the following JavaScript code fragment store into the variable num?
varnum = localStorage.length;
varnum = localStorage.length;
Correct Answer: C
Vote an answer
Your HTML5 code includes this code segment:

Which JavaScript code fragment will determine that a visitor has selected the "Chocolate" radio button?


Which JavaScript code fragment will determine that a visitor has selected the "Chocolate" radio button?

Correct Answer: B
Vote an answer
Which positioning scheme places an object in normal document flow?
Correct Answer: A
Vote an answer