Microsoft 98-375
Get real exam questions for 98-375 HTML5 Application Development Fundamentals. 100% Free.
98-375 Premium VCE File
Learn More
100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours
Q1. Which attribute prefills a default value for an input element in HTML5? A. name B. placeholder C. autocomplete D. required View AnswerAnswer: B Q2. In HTML5, which two objects in the Web Storage specification are used to store data on the client? (Choose two.) A. websocket B. navigator C. cache D. sessionStorage E. localStorage View AnswerAnswer: D,E Explanation: There are two n
Q1. Which two terms represent interfaces in the File API? (Choose two.) A. Font B. Blob C. Keygen D. FileList View AnswerAnswer: B,D Explanation: The File Interface This interface describes a single file in a FileList and exposes its name. It inherits from Blob. IDL [Constructor(Blob fileBits, [EnsureUTF16] DOMStringfileName)] interface File : Blob { readonly attribute DOMString name;Â
Q1. What value does the following JavaScript code fragment store into the variable num? varnum = localStorage.length; A. maximum length of a character string B. potential capacity of local storage C. number of bytes available in local storage D. number of key-value pairs in local storage View AnswerAnswer: D Q2. When you are working with the path API, what is the purpose of the clip method