exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 2 question 3 discussion

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

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

  • A. table>tr{ font-weight:bold; }
  • B. table>th:last-child{ font-weight: bold; }
  • C. table+first-child{ font-weight: bold; }
  • D. table>tr>th:nth-child (2) { 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
TyNguyen
4 years, 10 months ago
There is no correct answer. Table header is bold by default. Distance column is matched with css index =3, not 2.
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 ...