
CSS 5.9-5.16
Flashcard
•
Computers
•
9th - 12th Grade
•
Practice Problem
•
Hard
Standards-aligned
Wayground Content
FREE Resource
Student preview

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
```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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?