CSS Pseudo-classes and Hover Effects

CSS Pseudo-classes and Hover Effects

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

HTML

HTML

9th - 12th Grade

15 Qs

HTML Test

HTML Test

9th - 12th Grade

20 Qs

HTML5 & CSS3 Refresher

HTML5 & CSS3 Refresher

7th - 12th Grade

21 Qs

HTML5 Basics

HTML5 Basics

6th - 12th Grade

20 Qs

HTML5 Skills Review

HTML5 Skills Review

9th - 12th Grade

17 Qs

CIW Site Development CSS

CIW Site Development CSS

6th - 10th Grade

17 Qs

HTML Advanced

HTML Advanced

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?