★ 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


It is impossible to pass Microsoft 70-480 exam without any help in the short term. Come to Exambible soon and find the most advanced, correct and guaranteed Microsoft 70-480 practice questions. You will get a surprising result by our Renew Programming in HTML5 with JavaScript and CSS3 practice guides.

2021 Oct braindumps 70-480:

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


Q32. 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. Capitalize 

B. Hidden 

C. Italic 

D. Line-through 

Answer:


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


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

<input id="loanTermTextBox" type="text" /> 

Users must enter a valid integer value into the text box. 

You need to validate the data type that is received from the input element. 

Which two code segments should you include on 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: AB


Q35. You are creating an HTML5 application that allows users to play video on a page by using the VIDEO element. 

You need to enable the user to start, stop, and pause the video. 

Which line of code should you add to the page? 

A. <video id= "myVideo" height="320" width="400" src="myVideo.vtt" contextmenu="pauseplay"> </video> 

B. <video id="myVideon heigh"="320" width="400" src="myVideo.vtt" controls> </video> 

C. <video _d="myVideon height="320" width="400" src="myVideo.vtt" autoplay> </video> 

D. <video id="myVideo" height="320" width="400" src="myVideo.vtt" contextinenu="Startstopn> </video> 

Answer: B


Renewal pass for sure 70-480:

Q36. You are developing an HTML5 web page. 

The appearance of the text box must change when a user moves the focus to another element on the page. 

You need to develop the page to respond to user action. 

Which line of code should you use? 

A. <input type="text" onblur="resetStyle(this);" /> 

B. <input type="text" onfocus="resetStyle(this);" /> 

C. <input type="text" onreset="resetStyle(this);" /> 

D. <input type="text" onselect="resetStyle(this);" /> 

Answer:


Q37. You are developing a web page. You create a grid layout by using the following CSS segment. 

You have the following requirements: 

. You must place content in the first column of the second row. 

. The content must span two columns. 

You need to ensure that the style of the grid meets the requirements. 

Which CSS segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q38. You are developing an HTML5 page that has an element with an ID of picture. The page includes the following HTML. 

You need to move the picture element lower on the page by five pixels. 

Which two lines of code should you use? (Each correct answer presents part of the solution. Choose two.) 

A. document.getEIementById("picture").style.position = "relative"; 

B. document.getElementById("picture").style.top = "5px"; 

C. document.getEiementById("picture").style.top = "-5px"; 

D. document.getEIementById("picture").style.position = "absolute"; 

Answer: AB 


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


Q40. You are creating a JavaScript function that displays the name of a web application. 

You declare the following button element. 

<input type="button" id= "About" value="About" /> 

When a user clicks the button, a JavaScript function named About must be called. 

You need to create an event handler that calls the About function when the button is clicked. 

Which two code segments can you use? (Each correct answer presents a complete solution. Choose two.) 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: CD