exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 2 question 10 discussion

Actual exam question from Microsoft's 70-486
Question #: 10
Topic #: 2
[All 70-486 Questions]

You need to make all of the rows in the table bold in the Views/RunLog/GetLog.cshtml view.
Which code segment should you use?

  • A. Table > th:last-child { font-weight: bold; }
  • B. Table+first-child{ font-weight: bold; }
  • C. Table>tr>th:nth-child{2){font-weight: bold; }
  • D. Table > tr {font-weight: bold;}
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mr_
4 years, 11 months ago
Correct.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...