★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 70-480 Exam Dumps (PDF & VCE):
Available on: https://www.certleader.com/70-480-dumps.html


Exam Code: 70-480 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Programming in HTML5 with JavaScript and CSS3
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass 70-480 Exam.

2021 Sep pass4sure exam 70-480:

Q51. You develop an HTML5 webpage. You have the following HTML markup: (Line numbers are for reference only.) 


You need to determine how the webpage will appear when the CSS styles are applied. 

Select two. 

A. The first row of the table will have a red background. 

B. The second row of the table will have a red background. 

C. The second cell in the first row of the table will have a blue background. 

D. The second cell in the third row of the table will have a blue background. 

E. The second cell in the third row of the table will have not have blue background. 

Answer: AE 


Q52. You are developing an HTML5 page named main.html. The JavaScript code for the main page is located in a file named myApp.js. 

You need to create a web worker and instantiate it from main.html. 

Where should you place the web worker code? 

A. In the myApp.js file 

B. In the main.html file 

C. In a separate .js (JavaScript) file 

D. In a separate executable file 

Answer: C


Q53. You are modifying a blog site to improve search engine readability. 

You need to group relevant page content together to maximize search engine readability. 

Which tag should you use? 

A. <nav> 

B. <article> 

C. <span> 

D. <div> 

Answer: B 


Q54. You are creating a blog site by using HTML5 and JavaScript. An inline frame enables users to post comments. It is possible for users to inject malicious scripts into their comments. 

You need to minimize the ability for malicious scripts to execute on the site. 

Which line of code should you use? 

A. <iframe sandbox src="frame1.htmlnX/iframe> 

B. <iframe seamless="allowscripts" src="frame1.html"<>/iframe> 

C. <iframe seamless src="frame1.html"></iframe> 

D. <iframe sandbox="allowscripts" src"frame1.html"x/iframe> 

Answer: A


Q55. You are developing an HTML5 page. The page includes the following code. 


The inner paragraph must be exactly 15 pixels from the top left corner of the outer paragraph. You set the left style for the inner paragraph to the appropriate value. 

You need to set the position property of the inner paragraph. 

Which value should you use? 

A. absolute 

B. static 

C. fixed 

D. relative 

Answer: A 


70-480 test questions

Up to the minute pass4sure exam 70-480:

Q56. You are styling a box object on a page by using CSS3. You need to set the transparency of the object to 50%. Which two CSS3 styles will achieve the goal? (Each correct answer presents a complete solution. Choose two.) 


A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: BC 


Q57. You are creating a web form that users will use to enter their personal information. The form includes the following HTML. 

<body>

  <table>

<tr>

  <td>Item</td>

  <td>Input</td>

  <td>Current</td>

</tr>

<tr>

  <td>First Name</td>

<td>

  <input type=”text”/>

</td>

<td></td>

</tr>

<tr>

<td>Last Name</td>

<td>

  <input type=”text”/>

</td>

<td></td>

</tr>

</table>

</body>

You have the following requirements: 

. When a user enters an input box, the cell on the right must turn green. 

. When a user leaves an input box, the cell on the right must turn white. 

You need to create the web form to meet these requirements. Which code segment should you use? 


A. Option A B. Option B 

C. Option C 

D. Option D 

Answer: A 


Q58. 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: B 


Q59. You create the following JavaScript code: 

You have the following requirements: 

. You must invoke a function that displays the vehicle information within the following HTML element: <div id="display"x/div> 

. The output of the function must appear on the webpage as follows: Vehicle Color is silverStay safe!Vehicle TransmissionType is manualBig machine! 

You need to invoke the JavaScript function to display the required output in the HTML element. 

Which two code segments should you use? (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: CE


Q60. You develop an HTML5 web application. The web application contains a form that allows users to enter only their month of birth. 

The value that the users enter must be numbers between 1 and 12, inclusive. 

You need to implement the form element for the month of birth. 

Which element should you use? 

A. <input type="time" options="month" /> 

B. <input types="submit" value="month" /> 

C. <input type="range" min="1" max="12" /> 

D. <input type="month" itemscope="numeric" /> 

Answer: C