Want to know Actualtests 98-375 Exam practice test features? Want to lear more about Microsoft HTML5 Application Development Fundamentals certification experience? Study 100% Guarantee Microsoft 98-375 answers to Down 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.
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for Microsoft 98-375 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW 98-375 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/98-375-exam-dumps.html
Q21. Which are two features of SVG? (Choose two.)
A. uses high performance pixel-based graphics
B. can be modified by using CSS
C. uses high performance raster-based graphics
D. can be modified by using JavaScript
Answer: C,D
Explanation:
Note:
SVG stands for Scalable Vector Graphics
SVG defines the graphics in XML format
SVG graphics do NOT lose any quality if they are zoomed or resized
Every element and every attribute in SVG files can be animated
SVG is a W3C recommendation
Q22. You need to use JavaScript to access the "section1" element in the following code fragment:
<div id='section1'>
Which method should you use?
A. getElementsByTagName
B. getElementById
C. getElementsByName
D. getElementsByClassName
Answer: B
Q23. Which three technologies does HTML5 encompass? (Choose three.)
A. CSS
B. ASP.NET
C. C#
D. JavaScript
E. HTML
Answer: A,D,E
Explanation: * HTML5 has full CSS3 Support.
* While developing HTML5 some rules were established including:
New features should be based on HTML, CSS, DOM, and JavaScript
Q24. 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
Q25. Which HTML5 tag is used to display text with a fixed-width font and preserves both spaces and line breaks?
A. <area>
B. <hr>
C. <pre>
D. <strong>
Answer: C
Q26. Which three are valid JavaScript variables? (Choose three.)
A. xyz1
B. .Int
C. int1
D. _int
E. 1xyz
Answer: A,C,D
Explanation: Variable names must begin with a letter or special variable with either $ or _ Variable names are case sensitive (y and Y are different variables)
Q27. Which attribute prefills a default value for an input element in HTML5?
A. name
B. placeholder
C. autocomplete
D. required
Answer: B
Q28. Which HTML5 code fragment shows a way to validate numeric input as having a value from 1 to 100, inclusive?

A. Option A
B. Option B
C. Option C
D. Option D
Answer: D
Q29. You create an interface for a touch-enabled application.
You discover that some of the input buttons do not trigger when you tap the screen.
You need to identify the cause of the problem.
What are two possible causes? (Choose two.)
A. The input areas overlap with other input areas.
B. The touch screen is not initialized.
C. The input areas are using event handlers to detect input.
D. The defined input areas are not large enough.
Answer: A,D
Q30. Which positioning scheme places an object in normal document flow?
A. absolute
B. relative
C. fixed
D. float
Answer: B