Part 1: CSS Syntax

Part 1: CSS Syntax

8th Grade

35 Qs

quiz-placeholder

Similar activities

HTML5 и CSS

HTML5 и CSS

8th - 11th Grade

33 Qs

DigLit - CH06: Multiple Choice

DigLit - CH06: Multiple Choice

6th - 8th Grade

30 Qs

uCertify UID Chapter 7 Test

uCertify UID Chapter 7 Test

8th - 12th Grade

30 Qs

CIW pre-qualifier

CIW pre-qualifier

7th - 8th Grade

30 Qs

HTML Final

HTML Final

6th - 8th Grade

40 Qs

CSS1

CSS1

6th - 12th Grade

34 Qs

Code.org CSD Unit 2

Code.org CSD Unit 2

7th - 8th Grade

30 Qs

Organizing My Website Content using Flexbox

Organizing My Website Content using Flexbox

8th Grade - University

40 Qs

Part 1: CSS Syntax

Part 1: CSS Syntax

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Angelyn Alfonso

Used 2+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two main parts of a CSS rule?

Property and value

Selector and declaration block

Style and sheet

Tag and attribute

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: In p { color: red; }, p is called the _____

selector

property

value

attribute

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: A declaration block is enclosed in parentheses ( ).

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid CSS declaration?

color = blue;

color: blue;

color -> blue;

color = "blue";

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: Declarations inside the curly braces are separated by _____

semicolons (;)

commas (,)

colons (:)

periods (.)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol separates a property from its value?

=

;

->

:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Multiple declarations can exist inside one declaration block.

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?