Search Header Logo

HTML L16 Quiz

Authored by Christina Bright

Computers

11th Grade

Used 8+ times

HTML L16 Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To gradually change one or more properties of an element, you can use

an animation

a filter

a transition

a transform

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To change the appearance of an image after it has been loaded into the browser, you can use

an animation

a filter

a transition

a transform

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To slowly rotate an image when the user hovers the mouse pointer over it, you can use

a transform

a transition

an animation

a transform and a transition

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can you NOT specify when coding a transition?

the duration of the transition

the delay before the transition starts

the condition that will cause the transition to occur

the properties that will be changed by the transition

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods would you use to transform an element so it appears wider than its original size?

scalex

scaley

translatex

translatey

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods would you use to transform an element so it appears lower than its original position?

scalex

scaley

translatex

translatey

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if the CSS that follows is applied to an image with an id of “image1”?

#image1 {

transition: 2s;

}

#image1:hover {

transform: rotateX(360deg);

}

The image will rotate horizontally around its center and end up where it began.

The image will rotate horizontally from its bottom edge and end up where it began.

The image will rotate vertically around its center and end up where it began.

The image will rotate vertically from its bottom edge and end up where it began.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?