CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 1: 70-480: MCSD Programming in HTML5 with JavaScript and CSS3

You develop an HTML application that contains a table that displays a list of products. The table is defined with the following HTML markup: You must style the table to look like the following image: You need to implement the CSS selectors to select the rows that must have a blue background. Which CSS selector should…

Nội dung câu hỏi

You develop an HTML application that contains a table that displays a list of products. The table is defined with the following HTML markup: You must style the table to look like the following image: You need to implement the CSS selectors to select the rows that must have a blue background. Which CSS selector should you use?

Minh họa câu hỏi Minh họa câu hỏi

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. tr : first-line, tr :last-child
  2. B. tr [line |=0, 1, 3]
  3. C. tr: nth-child (0) : in-range, tr: nth-child (3) : in-range
  4. D. tr: nth-child(3n+1) {background-color : blue;} — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề