CSS Pseudo-classes and Hover Effects

CSS Pseudo-classes and Hover Effects

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Web Design Advanced HTML CSS

Web Design Advanced HTML CSS

9th - 12th Grade

18 Qs

About HTML and CSS

About HTML and CSS

9th - 12th Grade

15 Qs

Advanced CSS

Advanced CSS

9th - 12th Grade

15 Qs

CSS Advanced

CSS Advanced

9th - 12th Grade

15 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

20 Qs

HTML basics

HTML basics

5th - 10th Grade

20 Qs

CSS_1

CSS_1

12th Grade

20 Qs

CSS Review

CSS Review

KG - 12th Grade

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