Exam Code : 70-480
Exam Name : Microsoft Programming in HTML5 with JavaScript and CSS3 Exam

$163 $149
Exam Name : Microsoft Programming in HTML5 with JavaScript and CSS3 Exam
$163 $149
Real Sheets 70-480 Diamond Value Pack
Get high quality 70-480 questions and answers verified by Microsoft certification experts.
169 Questions and Answers of 70-480 exam
Last Updated : January 16, 2014
- 70-480 questions dumps are constantly updated and reviewed by Real Sheets Microsoft certified experts.
- Real Sheets constantly monitors 70-480 customers progress and collect feedback to give you quality 70-480 questions all the time.
- 70-480 products available as Real Questions, Online Application and Practice Exam Software.
- You will get 70-480 updates free of cost.
- Save $14 now at Real Sheets.
Real Sheets 70-480 Questions
Question :
You are developing an HTML5 page that has an element with an ID of logo. The page includes the
following HTML.
<div>
Logo:<br>
<div id="logo">
</div>
</div>
You need to move the logo element lower on the page by five pixels. Which lines of code should you
use? (Each correct answer presents part of the solution. Choose two.)
- document.getElementById("logo") .style.position = "relative";
- document.getElementByld("logo").Style.top = "5px";
- document.getElementById("logo").style.top = "-5px";
- document.getElementById("logo").style.position = "absolute";
Question :
You are developing an HTML5 web application and are styling text. You need to use the texttransform CSS property. Which value is valid for the text-transform property?
- red
- hidden
- lowercase
- italic