Unit 5 - CSS Review

Unit 5 - CSS Review

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

TIN HỌC 12 BÀI 10

TIN HỌC 12 BÀI 10

12th Grade

10 Qs

HTML & Websites

HTML & Websites

12th Grade

15 Qs

GAME QUIZ

GAME QUIZ

11th - 12th Grade

10 Qs

CSS Quiz

CSS Quiz

11th Grade

10 Qs

CSS Quiz

CSS Quiz

11th Grade

8 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

ws5-bmi-m6-0163

ws5-bmi-m6-0163

7th - 12th Grade

10 Qs

CSS Basics Quiz

CSS Basics Quiz

9th Grade - University

16 Qs

Unit 5 - CSS Review

Unit 5 - CSS Review

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Jocelyn Hall

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in an HTML document is the correct place to add CSS styles?

At the end of the document

In the <head> section

In the <body> section

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

color

fgcolor

text-color

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property controls the text size?

font-size

text-size

text-style

font-style

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify an attribute name in this line of code

<img src="bird.jpg" alt="photo of bird">

img

src="bird.jpg"

src

"bird.jpg"

Answer explanation

Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

font-family

font-style

font-weight

font-size

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add background color for all <h1> elements?

h1.all {background-color: red;}

h1 {background-color: red;}

all.h1 {background-color: red;}

<h1> {background-color: red;}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select an element with id 'crown'?

#crown

.crown

crown

*crown

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?