Intro to CSS Quiz

Intro to CSS Quiz

12th Grade

6 Qs

quiz-placeholder

Similar activities

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

WD 2 - More HTML

WD 2 - More HTML

KG - 12th Grade

10 Qs

Website Design

Website Design

KG - University

10 Qs

CSS-ponavljanje

CSS-ponavljanje

5th Grade - University

11 Qs

HTML 5 TAGS

HTML 5 TAGS

9th - 12th Grade

10 Qs

CSS Practice Test

CSS Practice Test

12th Grade

10 Qs

CSS Elements

CSS Elements

12th Grade

10 Qs

HTML and CSS Mastery Quiz

HTML and CSS Mastery Quiz

12th Grade

10 Qs

Intro to CSS Quiz

Intro to CSS Quiz

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Salma Petrov

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Cascading Style Sheets

Content Style Sheets

Content Sheets Style

Cascading Synch Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select a class from your HTML in your CSS file?

.class

#class

[class]

{[class]}

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

When you want to type a value in CSS using measurement (like height, weight, etc.), what units can you use?

%

px

rem/em

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following surround the rules for a selector in CSS?

{} Curly braces

[] Square brackets

<> Angle brackets

/ \ Forward and backslashes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: You can use multiple selectors in your css at once separated by commas.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Your css stylesheet will work even if you do not link it in your html document.

True

False