It is more faster and easier to pass the Microsoft 70 480 exam exam by using Guaranteed Microsoft Programming in HTML5 with JavaScript and CSS3 questuins and answers. Immediate access to the Refresh exam 70 480 Exam and find the same core area exam 70 480 practice test questions with professionally verified answers, then PASS your exam with a high score now.

Q9. You develop a webpage by using HTML5. 

The user interface of the webpage must show a gray-lined box that contains the label Enter your information:. Inside the box are two labels and two input boxes. The first input box must be labeled Name:. The second input box must be labeled Email:. 

Below the box is a Submit button. 

The user interface must look like the following; You need to create the user interface. Which markup should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: B


Q10. Your company uses a third-party component that generates HTML for a website. The third-party component creates DIV elements that display a yellow background. 

The third-party component uses inline styles in the DIV elements that are inconsistent with your corporate standards. You must override the DIV elements in the style sheet with the corporate styles. 

You need to ensure that the website meets corporate standards. 

Which style should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: C


Q11. You are creating a JavaScript object that represents a customer. 

You need to extend the Customer object by adding the GetCommission() method. 

You need to ensure that all future instances of the Customer object implement the GetCommission() method. 

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q12. You develop an HTML5 webpage. You have the following HTML markup: 

You need to change the background color for all of the elements whose name attribute ends with the word name. 

Which code segment should you add to the webpage? 

A. $ ('input [name!="name"]’) .ess ({ 'background-color' : ' #E0ECF8'}) ; 

B. ${'input [name~="name"] ') .ess ({ 'background-color' : ' #E0ECF8' }) ; 

C. ${'input[name*="name"]').ess({'background=color': #E0ECF8'}); 

D. $( 'input [name$="name"] ') .ess ({ 'background-color' : '#E0ECF8'}); 

Answer: D


Q13. You develop an HTML5 webpage that contains the following HTML markup: 

You have the following requirements: 

. Retrieve the content for any OPTION elements when the value of the selected attribute equals selected. . Add the content to a comma separated string. 

You need to retrieve the required data. 

Which two code segments should you add to the webpage? (Each correct answer presents a complete solution. Choose two.) 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

E. Option E 

Answer: BD


Q14. You create an application that sends information to a web service by using the following code: (Line numbers are included for reference only.) 

When the web service returns a non-zero result code, you must raise an exception that contains the result code. 

You need to implement the code that generates the exception. 

Which line of code should you insert at line 04? 

A. CustomError .prototype = Error.prototype; 

B. CustomError ["ErrorType"] = Error; 

C. CustomError.customError = true; 

D. Error-constructor = CustomError; 

Answer:


Q15. You are developing an HTML5 web application for an architectural company that displays architectural blueprints. 

The application must: 

Display the blueprints at different zoom levels without loss of detail Print the blueprints without loss of detail Work from only one source file per blueprint 

You need to ensure that blueprints display according to the requirements. 

Which HTML5 element should you use? 

A. CANVAS 

B. SAMP 

C. SVG 

D. AREA 

Answer:


Q16. You develop an HTML5 chat application. 

You need to provide real-time updates to the messages that users post in the chat application. 

What should you do? 

A. Use get o to obtain data updates. 

B. Use a RESTful web service. 

C. Use WebSockets. 

D. Use ajaxo to obtain data updates. 

Answer: C