98-375 Exam Question 81

Which JavaScript method is used to draw a circle on a canvas?
  • 98-375 Exam Question 82

    Which three generic font family names are valid values of the font-family property in CSS? (Choose three.)
  • 98-375 Exam Question 83

    Which two events are supported on touch devices? (Choose two.)
  • 98-375 Exam Question 84

    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);
  • 98-375 Exam Question 85

    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 Instructions: Review the bold 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.