getcertified4sure.com

Questions Ask for 70 480 dumps




Master the 70 480 certification Programming in HTML5 with JavaScript and CSS3 content and be ready for exam day success quickly with this Testking 480 70 download. We guarantee it!We make it a reality and give you real mcsd 70 480 questions in our Microsoft 70 480 exam questions braindumps.Latest 100% VALID Microsoft 70 480 certification Exam Questions Dumps at below page. You can use our Microsoft exam 70 480 practice test braindumps and pass your exam.

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


Q42. You are developing a web application by using HTML5. 

You have the following requirements. . The color of a menu item must change when a user hovers over the item. . The color of the menu item must change back to its original color after five seconds. You need to ensure that the animation is applied to all menu items. 

Which CSS3 code should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: C


Q43. You are developing an HTML5 page that includes several paragraph elements. 

You have the following requirements: 

. Add a drop shadow that is one inch below the text in the paragraph 

. Set the radius of the drop shadow to five pixels 

You need to style the paragraphs to meet the requirements. 

Which CSS style should you use? 

A. Text-shadow: 72pt 0pt 5pt 

B. Text-shadow: 5px lin 0px; 

C. Text-shadow: 72pt 0em 5px; 

D. Text-shadow: 100px 0px 5px; 

Answer:


Q44. You implement an application by using HTML5 and JavaScript. You create a webpage that contains the following HTML: 

The application must place a border on only the first UL element that is contained in the DIV element. 

You need to update the webpage. 

What should you do? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q45. You develop an HTML application that contains a table that displays a list of products. The table is defined with the following HTML markup: 

You need to implement the CSS selectors to select the rows that must have a blue background. 

Which CSS selector should you use? 

A. thead:only-child, tbody:after, table:before 

B. tr [line |-0, 1, 3] 

C. tr:first-of-type, tr:last-of-type 

D. tr:first-line, tr:last-child 

Answer:


Q46. You are developing an HTML5 page that includes several paragraph elements. 

You have the following requirements: . Add a drop shadow that is one inch below the text in the paragraph . Set the radius of the drop shadow to five pixels You need to style the paragraphs to meet the requirements. 

Which CSS style should you use? 

A. text-shadow: 72pt 0pt 5pt 

B. text-shadow: 5px lin 0px; 

C. text-shadow: 72pt 5em 0px 

D. text-shadow: 72pt 0em 5px; 

Answer:


Q47. You are developing a customer web form that includes the following HTML. 

<input id = "txtValue" /> 

A customer must enter a value in the text box prior to submitting the form. 

You need to add validation to the text box control. 

Which HTML should you use? 

A. <input id="txtValue" type="text" required="required"/> 

B. <input id="txtValue" type="text" pattern="[A-Za-z]{3}" /> 

C. <input id="txtValue" type="required" /> 

D. <input id="txtValue" type="required" autocomplete="on" /> 

Answer:


Q48. You are developing a website that helps users locate theaters in their area from a browser. You created a function named findTheaters (). 

The function must: 

. Get the current latitude and longitude of the user's device 

. Pass the user's location to findTheaters() 

The user needs to access the geolocation information from the browser before searching for theaters. 

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: C


Q49. You are developing a web page that will be divided into three vertical sections. The main content of the site will be placed in the center section. The two outer sections will contain advertisements. 

You have the following requirements: 

. The main content section must be set to two times the width of the advertising sections. 

. The layout must be specified by using the CSS3 flexible box model. 

You need to ensure that the visual layout of the page meets the requirements. 

Which CSS3 property should you use? 

A. box-orient 

B. box-flex-group 

C. box-flex 

D. box-direction 

Answer:


Q50. You are developing an HTML5 web application and are styling text. 

You need to use the text-transform CSS property. 

Which value is valid for the text-transform property? 

A. Italic 

B. Line-through 

C. Capitalize 

D. 20px 

Answer: