Search Header Logo

CSS Pseudo-classes Quiz

Authored by Arbresha Ajrula

Other

5th Grade

Used 1+ times

CSS Pseudo-classes Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a pseudo-class used for?

To add comments in CSS

To style images only

To create a new HTML element

To define a special state of an element

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pseudo-class styles an element when a user moves the mouse over it?

:focus

:hover

:active

:visited

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pseudo-class is used to style visited links?

:link

:active

:hover

:visited

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for a pseudo-class?

selector:pseudo-class: { property: value; }

selector:pseudo-class { property: value; }

selector:pseudo-class: property: value;

selector:pseudo-class { value: property; }

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the :first-child pseudo-class match?

The first child of an element

The last child of an element

All children of an element

No children of an element

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid use of the :hover pseudo-class?

a:hover.highlight { color: #ff0000; }

a.highlight:hover { color: #ff0000; }

a:hover { highlight: #ff0000; }

a:hover { color: #highlight; }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you hover over a link with the :hover pseudo-class?

The link becomes bold

The link gets underlined

The link disappears

The link changes color

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?