CSS | Berkeley Coding Boot Camp

CSS | Berkeley Coding Boot Camp

9th Grade

5 Qs

quiz-placeholder

Similar activities

ITAA Unit 4: CSS

ITAA Unit 4: CSS

9th - 12th Grade

10 Qs

Aprendiendo HTML y CSS

Aprendiendo HTML y CSS

3rd Grade - University

10 Qs

CSS Review Lab

CSS Review Lab

9th - 12th Grade

7 Qs

Group C

Group C

8th - 12th Grade

8 Qs

Ucertify Introduction to Cascade Style Sheets Technology

Ucertify Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

CSS Basic Internal and External Styling Questions

CSS Basic Internal and External Styling Questions

7th Grade - University

10 Qs

CSS and HTML

CSS and HTML

9th Grade - University

10 Qs

Gabriel Mersman 4.2 - 4.5 Quiz

Gabriel Mersman 4.2 - 4.5 Quiz

9th Grade

10 Qs

CSS | Berkeley Coding Boot Camp

CSS | Berkeley Coding Boot Camp

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Christopher Barnes

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What does CSS stand for?

Cascading Style Sheets

Colorful Style Sheets

Computer Style Sheets

Creative Style Sheets

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which CSS property is used to change the background color?

background-color

bg-color

color

background

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the correct selector for an element with id="intro"?

intro

.intro

#intro

*intro

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which property controls the text size?

font-size

text-size

size

text-height

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

How do you select all <p> elements on a page in CSS?

p

.p

#p

*p