CSS Pseudo-classes and Hover Effects

CSS Pseudo-classes and Hover Effects

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

HTML basics

HTML basics

5th - 10th Grade

20 Qs

Week 6 - WD

Week 6 - WD

12th Grade

20 Qs

ITS HTML CSS 1

ITS HTML CSS 1

9th - 12th Grade

19 Qs

CodeHS Advanced HTML/CSS 2022 Quiz Review

CodeHS Advanced HTML/CSS 2022 Quiz Review

9th - 12th Grade

15 Qs

HTML and CSS Tag

HTML and CSS Tag

9th - 12th Grade

15 Qs

CodeHS Advance HTML and CSS

CodeHS Advance HTML and CSS

9th - 12th Grade

15 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

15 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

15 Qs

CSS Pseudo-classes and Hover Effects

CSS Pseudo-classes and Hover Effects

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Kinsley Conrad

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS Psuedo-classes

allow you to do what...

to select elements that are in a certain state, such as when the mouse is hovering over an element

any valid name that you hover over will change

applys h2 tags that immediately follow h1 tags, when the mouse is hovering over it

2.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

p: hover {

color: red;

}

makes the text red when mouse is hovering over it

yes

no

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

body : hover {

color : red;

font-style : italic;

}

applies what.....

to the entire body when the mouse is hovering over the body

to each element inside the body, when the mouse is hovering

only to the h2 tags that immediately follow h1 tags, when the mouse is hovering

to all h2 tags when the mouse is hovering

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

:link

select __________ links

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what are the pseuedo-classes

link, visited, active

unlinked

unvisited

unactive

one link

two visited

one unactive

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

:visitied

_______ visited links

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

:active

select element currently being ________ on

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?