70-480 Exam Questions - Online Test


70-480 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

certleader.com

Your success in Microsoft exam 70 480 practice test is our sole target and we develop all our 70 480 dumps pdf braindumps in a way that facilitates the attainment of this target. Not only is our 70 480 exam study material the best you can find, it is also the most detailed and the most updated. exam ref 70 480 pdf Practice Exams for Microsoft SharePoint microsoft exam 70 480 are written to the highest standards of technical accuracy.

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


Q22. An HTML page contains no embedded JavaScript or CSS code. The body of the page contains only the following line of code. 

<p id="test">test</p> A CSS style sheet must be applied dynamically. The style must visibly change the appearance of the paragraph on the page. 

You need to apply a style the paragraph. 

Which line of code should you use? 

A. document.getElementById("test").style.border = "0"; 

B. document.getElementById("test").style.position = "static"; 

C. document.getElementById ("test").style.padding = "15px"; 

D. document.getElementById("test").style.top = "5px"; 

Answer:


Q23. You are developing a web page that includes the following HTML. 

<span id = "myTextSpan" class = "redText"> Hello There! </span> 

The font color of text inside the span must be red. 

You need to develop the web page to meet the requirement. 

Which two CSS segments 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: AC


Q24. You are modifying an existing web page. The page is being optimized for accessibility. The current page contains the following HTML. 

Standards-compliant screen readers must be able to identify the links contained within the navigation structure automatically. 

You need to create the navigation link structure in the page. 

With which container tags should you wrap the existing markup? 

A. <navmap> </navmap> 

B. <div id="nav"> </div> 

C. <nav> </nav> 

D. <map> </map> 

Answer:


Q25. 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. Red 

C. Capitalize 

D. Line-through 

Answer:


Q26. You are developing application web form by using HTML5 and JavaScript. You need to prevent users from submitting form data more than once. Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q27. You are modifying a website. The body of the page will be divided into two sections: . A content section will contain blog posts and comments. . An area on the right-hand side will contain advertisements. The page is defined by the following HTML. 

The site must conform to HTML5 standards and must use HTML5 semantic tags. You need to ensure that the advertisements are on the rightmost section of the page. Which tag should you use? 

A. <aside> 

B. <div> 

C. <article> 

D. <footer> 

Answer:


Q28. You are developing a web page that performs CPU-intensive calculations. A web worker processes these calculations on a separate background thread. The process is instantiated from the web page. 

You need to stop the web worker process after the calculations are completed. 

Which two actions can you perform to achieve this goal? (Each correct answer presents a complete solution. Choose two.) 

A. From the web page, call the close() method. 

B. From the web worker process, call the terminate() method. 

C. From the web page, call the terminate() method. 

D. From the web worker process, call the close() method. 

Answer: CD


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


Q30. You are troubleshooting a web page that includes the following code segment. 

You need to evaluate the value of the variable x. 

What will be displayed in the user interface? 

A. 0 

B. 1 

C. 2 

D. An error 

Answer: A