Quiz về CSS

Quiz về CSS

12th Grade

43 Qs

quiz-placeholder

Similar activities

Circle definitions & vocabulary mega-quiz (50 Qs)

Circle definitions & vocabulary mega-quiz (50 Qs)

9th Grade - University

48 Qs

Algebra 2 Honors Vocabulary: Part 4

Algebra 2 Honors Vocabulary: Part 4

9th - 12th Grade

48 Qs

Statistics Unit 4 Probability Practice Problems

Statistics Unit 4 Probability Practice Problems

9th - 12th Grade

40 Qs

Nivelación P.5

Nivelación P.5

6th - 12th Grade

43 Qs

Matrices Test Study

Matrices Test Study

9th - 12th Grade

40 Qs

Algebra II Final 4/27/23

Algebra II Final 4/27/23

9th - 12th Grade

47 Qs

MP 1 Extra Credit

MP 1 Extra Credit

9th - 12th Grade

38 Qs

math 12.20.24

math 12.20.24

8th Grade - University

45 Qs

Quiz về CSS

Quiz về CSS

Assessment

Quiz

Mathematics

12th Grade

Hard

Created by

31 9a1

Used 2+ times

FREE Resource

43 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS là từ viết tắt của từ nào trong tiếng

Cascading Style Sheets

Cascading Script Sheets

Color Style Sheets

Cascading Style Systems

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the CSS structure, which part determines which HTML tags will be formatted?

Description area

Property

Selector

Value

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code snippets is an example of CSS with multiple rules in the description area?

h1 {color: red;}

p {text-indent: 15px; color: blue;}

div {background: yellow;}

a {font-size: 14px;}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is not a way to set up CSS?

Internal CSS

External CSS

Inline CSS

Integrated CSS

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To connect a CSS file with an HTML file, which tag can you use in the section?