Question
Question 16 What will happen if the CSS that follows is applied to an image with an id of image1? #image1 { transition: 2s; -webkit-transition:
Question 16
What will happen if the CSS that follows is applied to an image with an id of image1? #image1 { transition: 2s; -webkit-transition: 2s; } #image1:hover { transform: rotateX(360deg); -webkit-transform: rotateX(360deg); }
a. | The image will rotate horizontally around its center and end up below where it began. | |
b. | The image will rotate horizontally from its bottom edge and end up below where it began. | |
c. | The image will rotate horizontally around its center and end up where it began. | |
d. | The image will rotate horizontally from its bottom edge and end up where it began . |
0.5 points
Question 17
Example 12-1: The code for playing a video
(Refer to example 12-1) When this code is loaded in a modern browser, which of the following is NOT true?
a. | The video will start playing automatically. | |
b. | The controls for the video player will be displayed. | |
c. | An image will be displayed in the video element before the video starts playing. | |
d. | The video will restart automatically when it finishes playing. |
0.5 points
Question 18
Which of the following HTML5 controls is designed for data thats calculated by JavaScript or server-side code?
a. | | |
b. | url | |
c. | tel | |
d. | output |
0.5 points
Question 19
To create a text box with up and down arrows that the user can use to identify a numeric value, you use the ____________________ control.
0.5 points
Question 20
To gradually change one or more CSS properties of an element, you can use a ____________________.
0.5 points
Save and Submit
Click Save and Submit to save and submit. Click Save All Answers to save all answers.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started