Want to know Actualtests 98-375 Exam practice test features? Want to lear more about Microsoft HTML5 Application Development Fundamentals certification experience? Study Highest Quality Microsoft 98-375 answers to Most up-to-date 98-375 questions at Actualtests. Gat a success with an absolute guarantee to pass Microsoft 98-375 (HTML5 Application Development Fundamentals) test on your first attempt.
Q17. When you are working with the path API, what is the purpose of the clip method?
A. pastes a shape object in from the system clipboard
B. constrains the rendered output of the shape object
C. copies the shape object to the system clipboard
D. stores the shape object for later reference in script
Answer: B
Q18. DRAG DROP
Match the HTML5 input attributes to the corresponding descriptions. (To answer, drag the appropriate attribute from the column on the left to its description on the right. Each attribute may be used once, more than once, or not at all. Each correct match is worth one point.)
Answer:
Q19. DRAG DROP
Match the JavaScript objects to the corresponding characteristics or methods. (To answer, drag the appropriate JavaScript object from the column on the left to its characteristic or method on the right. Each JavaScript object may be used once, more than once, or not at all. Each correct match is worth one point.)
Answer:
Q20. When content from a flow is loaded into a region, overflowed content:
A. attempts to fit into the region by auto-adjusting the styles.
B. continues into the next region.
C. is truncated and an error flag is set.
D. is buffered for download.
Answer: B
Q21. DRAG DROP
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.)
Answer:
Q22. Which three properties can be used with the TouchEvent object in the Safari touch API? (Choose three.)
A. offsetTop
B. clientHeight
C. scale
D. touches
E. rotation
Answer: C,D,E
Q23. Which two HTML properties can JavaScript access to change the text value of an HTML element? (Choose two.)
A. innerHTML
B. nodeType
C. title
D. nodeValue
Answer: A,C
Explanation: The innerHTML property sets or returns the inner HTML of an element.
Example:
document.getElementById('myAnchor').innerHTML="Contoso";
The title property sets or returns the element's advisory title.
Example:
var x=document.getElementsByTagName('body')[0];document.write("Body title: " + x.title);
Q24. You write the following code. (Line numbers are included for reference only.)
You need to make the text animate up the screen from a starting position of 400 pixels. Which CSS code fragment should you insert at line 13?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: C