Search Header Logo

tkw4

Authored by manh duy

English

University

tkw4
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp nào sau đây là đúng để chọn tất cả các phần tử trong CSS?

A. all { color: red; }

B. * { color: red; }

C. all-elements { color: red; }

D. everything { color: red; }

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong HTML, CSS nội tuyến được viết như thế nào?

<div css="color: red;">

<div style="color: red;">Nội dung</div>

style { color: red; }

<div color="red">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp CSS nào sau đây được sử dụng để chọn phần tử đã được truy cập?