It is more faster and easier to pass the Microsoft 98-375 exam by using Download Microsoft HTML5 Application Development Fundamentals questuins and answers. Immediate access to the Abreast of the times 98-375 Exam and find the same core area 98-375 questions with professionally verified answers, then PASS your exam with a high score now.
Q31. You write the following code to create a page. (Line numbers are included for reference only.)
You need to apply the SVG blur filter to the text tag on the page. Which HTML/CSS code should you insert at line 02?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: B
Q32. The data in a specific HTML5 local storage database can be accessed from:
A. Different browsers on the same device.
B. Different browsers on different devices.
C. The same browser on different devices.
D. The same browser on the same device.
Answer: A
Q33. Which code fragment will display an image file while the video is downloading?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: B
Q34. 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:
Q35. 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
Q36. 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:
Q37. You are creating a page by using HTML5. You add script tags to the page.
You need to use JavaScript to access an element by id and add a class to the element.
Which property or attribute should you use?
A. the tagName property
B. the className property
C. the style property
D. the class attribute
Answer: B
Q38. 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
Q39. Which two are WebSocket events? (Choose two.)
A. onconnect
B. onmessage
C. ondatareceived
D. onopen
Answer: B,D
Explanation: Following are the events associated with WebSocket object. Assuming we created Socket object:
Event, Event Handler, Description
* open
Socket.onopen
This event occurs when socket connection is established.
* message
Socket.onmessage
This event occurs when client receives data from server.
error
Socket.onerror
This event occurs when there is any error in communication.
* close
Socket.onclose
This event occurs when connection is closed.
Q40. You add a div object to a page.
Which CSS3 code fragment will add a scrollbar only if the content exceeds the width or height of the object?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A