Exam 11: Creating Visual Effects and Animation
Exam 1: Getting Started With HTML75 Questions
Exam 2: Structuring Content in a Web Document75 Questions
Exam 3: Getting Started With CSS71 Questions
Exam 4: Laying Out Elements With CSS75 Questions
Exam 5: Formatting Text With CSS75 Questions
Exam 6: Inserting and Working With Links74 Questions
Exam 7: Inserting and Working With Images74 Questions
Exam 8: Organizing Content With-Lists And-Tables75 Questions
Exam 9: Implementing Responsive Design74 Questions
Exam 10: Creating and Processing Web Forms75 Questions
Exam 11: Creating Visual Effects and Animation75 Questions
Exam 12: Incorporating Video and Audio74 Questions
Exam 13: Programming Web Pages With Javascript75 Questions
Exam 14: Integrating Social Media75 Questions
Exam 15: Optimizing Your Web Site for Search Engines75 Questions
Exam 16: Testing and Improving Performance70 Questions
Select questions type
The translate keyword repositions an element a specified amount from its default position._________________________
(True/False)
4.7/5
(34)
To create an @keyframes rule, you specify a(n) __________ for the rule after the keyword @keyframes.
(Multiple Choice)
4.9/5
(38)
Case-Based Critical Thinking Question
Jerry is in charge of the website for a travel company. He wants to incorporate animation into the website so that when a user moves the mouse pointer over an image, the image gradually increases in size.
-If Jerry created his visual effect using a keyframe animation, which property would he use to specify how long the animation takes?
(Multiple Choice)
4.9/5
(35)
-Referring to the figure above, what does the code reveal-sun represent?

(Multiple Choice)
4.9/5
(41)
Modernizr tests a browser to detect which properties are supported, a process known as browser detection._________________________
(True/False)
4.8/5
(40)
When you use Modernizr, you can write style rules that apply only to children of elements with specific __________ values.
(Multiple Choice)
4.7/5
(27)
Matching
Match each pseudo-class with the appropriate description.
-the element is checked or otherwise selected
(Multiple Choice)
4.8/5
(41)
Which keyword do you use to create a basic background gradient?
(Multiple Choice)
4.7/5
(40)
-Referring to the figure above, when are the declarations applied to the elements selected by the style rule?

(Multiple Choice)
4.9/5
(38)
Because the transform property is a relatively new CSS feature, it was implemented in some browsers with browser __________, which are words or abbreviations that are added to the start of a property name.
(Short Answer)
4.8/5
(39)
Describe how to create a circle using CSS, including 3 properties required to do so and their values.
(Essay)
4.8/5
(41)
You can use the :before pseudo-element to add an image before an element.
(True/False)
4.8/5
(41)
Name the two parts of the syntax for creating a linear gradient, and describe the role of each part.
(Essay)
4.8/5
(38)
The :before and :after pseudo-elements enable you to insert content into web pages using style rules.
(True/False)
4.8/5
(34)
Explain the difference between transitions and keyframe animations, including at least one advantage of each.
(Essay)
4.8/5
(34)
__________ animations enable you to control more aspects of an animation than transitions.
(Short Answer)
4.8/5
(34)
The animation-duration property specifies the time in seconds from the start of an animation to the end of the animation._________________________
(True/False)
4.8/5
(37)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)