Master the 98-375 HTML5 Application Development Fundamentals content and be ready for exam day success quickly with this Actualtests 98-375 exam. We guarantee it!We make it a reality and give you real 98-375 questions in our Microsoft 98-375 braindumps.Latest 100% VALID Microsoft 98-375 Exam Questions Dumps at below page. You can use our Microsoft 98-375 braindumps and pass your exam.

Q1. DRAG DROP 

Match the CSS position property values to the corresponding descriptions. (To answer, drag each value from the column on the left to its description on the right. Each value may be used once, more than once, or not at all. Each correct match is worth one point.) 

blob.png

Answer: 

blob.png


Q2. You need to ensure the scope of a variable named j is limited to the block of a single function named foo(). Which JavaScript code fragment will accomplish this? 

blob.png

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q3. 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:


Q4. You add script tags to an HTML page. You need to update the text value within a specific HTML element. You access the HTML element by id. What should you do next? 

A. Use the createTextNode method. 

B. Use the appendChild method. 

C. Set the new text value with the setAttribute method. 

D. Use the firstChild property and set the new text value with the nodeValue property. 

Answer:


Q5. You write the following code to create a page. (Line numbers are included for reference only.) 

blob.png

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? 

blob.png

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q6. The variable named "ctx" is the context of an HTML5 canvas object. What does the following code fragment draw? ctx.arc(x, y, r, 0, Math.PI, true); 

A. a circle at the given point 

B. a square at the given point 

C. a semi-circle at the given point 

D. a line from one point to another 

Answer:


Q7. DRAG DROP 

Match the CSS terms to the corresponding CSS code examples. (To answer, drag the appropriate CSS term from the column on the left to its CSS code example on the right. Each CSS term may be used once, more than once, or not at all. Each correct match is worth one point.) 

blob.png

Answer: 

blob.png


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