CSS 1 Quiz

CSS 1 Quiz

9th Grade

15 Qs

quiz-placeholder

Similar activities

Web Design Advanced HTML CSS

Web Design Advanced HTML CSS

9th - 12th Grade

18 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

Y8 - Web page design (HTML & CSS)

Y8 - Web page design (HTML & CSS)

9th - 11th Grade

20 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

20 Qs

แบบทดสอบก่อนเรียนหน่วยที่ 4 ว 23293

แบบทดสอบก่อนเรียนหน่วยที่ 4 ว 23293

9th Grade

10 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

Вёрстка тест

Вёрстка тест

9th - 12th Grade

20 Qs

CSS Quiz

CSS Quiz

7th - 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