READ Free Dumps For Microsoft- 70-486
Question ID 14658 | You need to make all of the rows in the table bold in the Views/RunLog/GetLog.cshtml |
Option A | Table > th:last-child { font-weight: bold; } |
Option B | Table+first-child{ font-weight: bold; } |
Option C | Table>tr>th:nth-child{2){font-weight: bold; } |
Option D | Table > tr {font-weight: bold;} |
Correct Answer | D |
Question ID 14659 | Insert Run Data header text below the image. The view should resemble the exhibit. (Click the Exhibit button.) The application must display the image above the field set. |
Option A | Option A |
Option B | Option B |
Option C | Option C |
Option D | Option D |
Option F | Answer : D Explanation: Example: <div style="background-image: url(../images/test-background.gif); height: 200px; width: 400px; border: 1px solid black;">Example of a DIV element with a background image:</div> <div style="background-image: url(../images/test-background.gif); height: 200px; width: 400px; border: 1px solid black;"> </div> Reference: DIV BACKGROUND-IMAGE in the STYLE element http://www.w3.org/WAI/UA/TS/html401/cp0301/0301-CSS-DIV-BACKGROUND- IMAGE.html |
Correct Answer | D |