98-375 Exam Question 1
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);
ctx.arc(x, y, r, 0, Math.PI, true);
98-375 Exam Question 2
Which HTML5 code fragment shows a way to validate numeric input as having a value from 1 to 100, inclusive?


98-375 Exam Question 3
Which CSS code fragment centers an image horizontally?


98-375 Exam Question 4
Which two code fragments represent ways to use HTML5 to save values to session storage? (Choose two.)


98-375 Exam Question 5
This question requires that you evaluate the underlined text to determine if it is correct.
You want a certain element to always default its positioning to directly follow the previous element, regardless of the display characteristics. The positioning method you should use is fixed.
Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is incorrect select the answer choice that makes the statement correct.
You want a certain element to always default its positioning to directly follow the previous element, regardless of the display characteristics. The positioning method you should use is fixed.
Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is incorrect select the answer choice that makes the statement correct.