CSS3 Quiz

CSS3 Quiz

University

10 Qs

quiz-placeholder

Similar activities

CSS

CSS

University

10 Qs

Responsive Web Design

Responsive Web Design

University

6 Qs

Code.org Quiz2

Code.org Quiz2

7th Grade - University

15 Qs

Pretest Canva and Ai For Education @SRP

Pretest Canva and Ai For Education @SRP

University

10 Qs

Programación Web II Parte 2

Programación Web II Parte 2

University

10 Qs

CSS Quiz-I

CSS Quiz-I

11th Grade - Professional Development

10 Qs

WQ-3

WQ-3

University - Professional Development

10 Qs

Html quiz

Html quiz

9th Grade - Professional Development

10 Qs

CSS3 Quiz

CSS3 Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Mhars Melgar

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of CSS3 selectors?

To display animated graphics on a web page

To create interactive forms on a web page

To play audio and video files on a web page

To target and style specific elements on a web page.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you apply a background image using CSS3?

image: background('image.jpg');

background: url('image.jpg');

background-image: url('image.jpg');

background-image: image.jpg;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the different types of CSS3 borders.

Red, blue, green

Underline, italic, bold

Left, right, center

There are several types of CSS3 borders, including solid, dotted, dashed, double, groove, ridge, inset, outset, and none.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of the transform property in CSS3?

It is used to add a background color to an element

It is used to change the font size of an element

It is used to create a border around an element

It is used to apply 2D or 3D transformations to an element.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between class and ID selectors in CSS3?

Class selectors and ID selectors are interchangeable and can be used in the same way.

Class selectors apply to multiple elements, while ID selectors apply to a single unique element.

Class selectors apply to a single unique element, while ID selectors apply to multiple elements.

Class selectors and ID selectors have no difference in their functionality.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create a gradient background using CSS3?

Use the 'background-color' property and specify two colors to create a gradient effect

Use the 'background-image' property and specify a linear or radial gradient using the 'linear-gradient()' or 'radial-gradient()' function.

Upload a gradient image and set it as the background using the 'background' property

Apply a pre-made gradient style from a CSS library using the 'gradient-style' property

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the box-shadow property in CSS3.

The box-shadow property in CSS3 is used to change the color of the element's border.

The box-shadow property in CSS3 is used to add a background image to the element.

The box-shadow property in CSS3 is used to create a 3D effect for the element.

The box-shadow property in CSS3 is used to add shadow effects around an element's frame.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?