Your success in Microsoft 70 480 practice test is our sole target and we develop all our 70 480 dumps braindumps in a way that facilitates the attainment of this target. Not only is our 70 480 certification study material the best you can find, it is also the most detailed and the most updated. microsoft exam 70 480 Practice Exams for Microsoft SharePoint 70 480 vce are written to the highest standards of technical accuracy.
Q61. You are developing a customer web form that includes the following HTML. <label id="txtValue"X/label>
Information from the web form is submitted to a web service. The web service returns the following JSON object.
{
"Confirmation": "1234",
"FirstName": "John"
}
You need to display the Confirmation number from the JSON response in the txtValue label field.
Which JavaScript code segment should you use?
A. $("#txtValue").val = (JSONObject.Confirmation);
B. $("#txtValue").val (JSONObject.Confirmation);
C. $("#txtValue").text = (JSONObject.Confirmation);
D. $("#txtValue").text (JSONObject.Confirmation);
Answer: D
Q62. 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. <tbody>
B. <article>
C. <div>
D. <span>
Answer: B
Q63. You are developing a web page that will contain an animated logo. The web page currently has a logo image on a canvas object.
You need to spin the logo image on the canvas.
Which method should you use?
A. context.rotate()
B. context.spin()
C. context.translatePosition()
D. context.setTransform()
Answer: A
Q64. 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: A
Q65. 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: A
Q66. 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. red
B. hidden
C. lowercase
D. italic
Answer: C
Q67. 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. lowercase
B. 20px
C. line-through
D. italic
Answer: A
Q68. 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
Q69. 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
Q70. You are developing an HTML5 page.
You need to add author and copyright information.
Which tag should you use?
A. <aside>
B. <header>
C. <footer>
D. <section>
Answer: C