Unit 5 - CSS Review

Unit 5 - CSS Review

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

HTML-CSS

HTML-CSS

9th Grade - University

14 Qs

HTML/CSS

HTML/CSS

11th Grade

10 Qs

HTML & CSS

HTML & CSS

12th Grade

10 Qs

Video Quiz - Introduction to CSS

Video Quiz - Introduction to CSS

9th - 12th Grade

10 Qs

[Hall] Identifying CSS Selectors

[Hall] Identifying CSS Selectors

9th - 12th Grade

10 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

HTML

HTML

9th - 12th Grade

15 Qs

Web Design

Web Design

9th - 10th Grade

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