CSS 1 Flashcard

CSS 1 Flashcard

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does CSS stand for?

Back

Cascading Style Sheets

2.

FLASHCARD QUESTION

Front

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

Back

color

3.

FLASHCARD QUESTION

Front

How do you add a comment in a CSS file?

Back

/* This is a comment */

4.

FLASHCARD QUESTION

Front

Which of the following is the correct way to apply a class selector in CSS? #classname, .classname, classname, *classname

Back

.classname

5.

FLASHCARD QUESTION

Front

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

Back

list-style: square;

6.

FLASHCARD QUESTION

Front

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

Back

background-color

7.

FLASHCARD QUESTION

Front

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

Back

static