Want to know Exambible 98-375 Exam practice test features? Want to lear more about Microsoft HTML5 Application Development Fundamentals certification experience? Study Breathing Microsoft 98-375 answers to Improve 98-375 questions at Exambible. 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

Q11. 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. 


Q12. Which CSS3 code fragment will style only the external links in an HTML document? 

blob.png

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q13. Which three generic font family names are valid values of the font-family property in CSS? (Choose three.) 

A. cursive 

B. system 

C. serif 

D. fixed 

E. fantasy 

Answer: A,C,E 

Explanation: There are five generic fonts: serif, sans-serif, monospace, cursive and 

fantasy. 

Note: 

There are two types of font family names: 

family-name - The name of a font-family, like "times", "courier", "arial", etc. 

generic-family - The name of a generic-family, like "serif", "sans-serif", "cursive", "fantasy", 

"monospace". 


Q14. Which HTML5 tag is used to mark text that has been added to the original document? 

A. <q> 

B. <pre> 

C. <ins> 

D. <i> 

Answer:


Q15. Your code includes the following fragment: 

<input type="text" name="text1" id="myText" /> 

You need to add code that will retrieve the contents of the INPUT element. 

Which JavaScript code fragment will accomplish this? 

A. vartxtContents =document.getElementById('text1').value; 

B. vartxtContents = document.getEIementyById('myText').value; 

C. vartxtContents =document.getElementById('text1'); 

D. vartxtContents = document.getElementById('myText'); 

Answer:


Q16. Which CSS code fragment centers an image horizontally? 

blob.png

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q17. When applied to an image, the CSS float:right property: 

A. positionsthe image to the left and displays all of the text to the right of the image. 

B. positionsthe image to the right of the region and wraps text around the top, left, and bottom. 

C. positionsthe image to the left of the region and wraps text around the top, right, and bottom. 

D. positionsthe image to the right and wraps text to the top and bottom. 

Answer:


Q18. When you are testing a touch interface, which two gestures can you simulate by using a mouse? (Choose two.) 

A. tap 

B. pinch 

C. flick 

D. rotate 

Answer: A,D 


Q19. You create an instance named "location" of a geolocation object. 

Which code fragment will initiate periodic updates of a device's geographic location? 

A. location = navigator.geolocation; 

B. location.watchPosition(showLocation) ; 

C. location.getCurrentPosition(showLocation); 

D. location.clearNatch(watchid); 

Answer:


Q20. DRAG DROP 

Match the JavaScript code fragments with the HTML5 local storage functions. (To answer, drag the appropriate code fragment from the column on the left to its local storage function on the right. Each code fragment may be used once, more than once, or not at all. Each correct match is worth one point.) 

blob.png

Answer: 

blob.png