CSS 5.9-5.16

CSS 5.9-5.16

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

DOK Level 2: Skill/Concept, DOK Level 3: Strategic Thinking

Standards-aligned

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How do you select an element with the ID "main-header" in CSS?

Back

#main-header {}

2.

FLASHCARD QUESTION

Front

What allows the user to change styles on elements by hovering or clicking on them?

Back

Interactions

3.

FLASHCARD QUESTION

Front

What will make an image hover?

Back

img:hover

4.

FLASHCARD QUESTION

Front

Given the following CSS code, what will be the background color of the

element?
```div { background-color: red; } div:hover { background-color: blue; } ```

Back

Blue when hovered, Red otherwise

Tags

DOK Level 3: Strategic Thinking

5.

FLASHCARD QUESTION

Front

Which of the following is a pseudo-class in CSS? :hover, .hover, #hover, hover

Back

:hover

Tags

DOK Level 2: Skill/Concept

6.

FLASHCARD QUESTION

Front

Which of the following defines an animation change-color that changes the font color from green to red? Options: @keyframes change-color { from {color: green;} to {color: red;} }, @animation change-color { from {color: green;} to {color: red;} }, @keyframes change-color { color: {color: green, red;} }, @animation change-color { color: {color: green, red;} }

Back

@keyframes change-color { from {color: green;} to {color: red;} }

7.

FLASHCARD QUESTION

Front

Which one is the correct Property for giving time duration of the animation ? Options: animation-time: 4s;, duration: 4s;, animation-duration: 4s;, None of the above

Back

None of the above

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?