Unit 5 - CSS Review

Unit 5 - CSS Review

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

H1 TO H6(HTML)

H1 TO H6(HTML)

10th - 12th Grade

11 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

HTML CSS Informatyka

HTML CSS Informatyka

9th - 12th Grade

14 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

Review for CSS Test

Review for CSS Test

9th - 12th Grade

12 Qs

HTML. CSS

HTML. CSS

10th Grade

10 Qs

مراجعة1

مراجعة1

9th - 12th Grade

16 Qs

ôn giưa ki 2 tin12

ôn giưa ki 2 tin12

12th Grade

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