PdfPrep.com

Which code segment should you use?

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;}

Answer: D

Exit mobile version