Unit 5 - CSS Review

Unit 5 - CSS Review

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

Introdução ao CSS

Introdução ao CSS

10th - 12th Grade

10 Qs

CSS Practice Test

CSS Practice Test

12th Grade

10 Qs

#5 Codecademy/KhanAcademy Weekly Quiz:Font Families & CSS

#5 Codecademy/KhanAcademy Weekly Quiz:Font Families & CSS

9th - 12th Grade

9 Qs

ECS HTML & CSS Review

ECS HTML & CSS Review

9th - 12th Grade

15 Qs

แบบทดสอบก่อนเรียน เรื่อง การตกแต่งเว็บไซต์ด้วย CSS

แบบทดสอบก่อนเรียน เรื่อง การตกแต่งเว็บไซต์ด้วย CSS

10th - 12th Grade

10 Qs

Aprendiendo HTML y CSS

Aprendiendo HTML y CSS

3rd Grade - University

10 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

15 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?