Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

email

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learn Mysql The Easy Way A Beginner Friendly Guide

Authors: Kiet Huynh

1st Edition

B0CNY7143T, 979-8869761545

Students also viewed these Databases questions

Question

Why are periodic benefi t reviews important (cite fi ve reasons)?

Answered: 1 week ago

Question

Why does sin 2x + cos2x =1 ?

Answered: 1 week ago

Question

What are DNA and RNA and what is the difference between them?

Answered: 1 week ago

Question

Why do living creatures die? Can it be proved that they are reborn?

Answered: 1 week ago