CSS 1 Quiz

CSS 1 Quiz

9th Grade

15 Qs

quiz-placeholder

Similar activities

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

15 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

HTML/CSS Coding Test Pt2

HTML/CSS Coding Test Pt2

7th - 9th Grade

13 Qs

CSS Box Model +

CSS Box Model +

8th - 12th Grade

20 Qs

SLO - FWPDD Test

SLO - FWPDD Test

9th - 12th Grade

15 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

CSS 1 Quiz

CSS 1 Quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

YEYMI LOPEZ

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Computer Style Sheets

Cascading Style Sheets

Creative Style Sheets

Colorful Style Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to change the text color of an element?

font-color

text-color

color

text-style

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a comment in a CSS file?

// This is a comment

/* This is a comment */

# This is a comment

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to apply a class selector in CSS?

#classname

.classname

classname

*classname

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a list that lists its items with squares?

list-style-type: square;

list-type: square;

list-style: square;

list-square: true;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to change the background color of an element?

color

bgcolor

background-color

background

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of the `position` property in CSS?

static

relative

absolute

fixed