CSS Quiz

CSS Quiz

University

14 Qs

quiz-placeholder

Similar activities

Projectstem HTML

Projectstem HTML

6th Grade - Professional Development

16 Qs

CSS Quiz-I

CSS Quiz-I

11th Grade - Professional Development

10 Qs

Pemrograman Web dan Perangkat Bergerak

Pemrograman Web dan Perangkat Bergerak

University - Professional Development

10 Qs

Programación Web II Parte 2

Programación Web II Parte 2

University

10 Qs

Master Arabe S2 HTML/CSS

Master Arabe S2 HTML/CSS

University

13 Qs

Démo 2: CSS

Démo 2: CSS

University

10 Qs

Css

Css

University

10 Qs

Test 02 - Basics of Web Design

Test 02 - Basics of Web Design

University

12 Qs

CSS Quiz

CSS Quiz

Assessment

Quiz

Computers

University

Hard

Created by

7376211CS136 S

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The full form of CSS is:

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt


How can we change the background color of an element?

Background-change

Background-style

background-color

Background-color

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In how many ways can CSS be written in?

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What type of CSS is the following code snippet?

<h1 style="color:blue;">A Blue Heading</h1>

Inline

Internal

External

Outline

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can we select an element with a specific ID in CSS?

.

^

&

#

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can we write comments in CSS?

/* */

//

%

#

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In the below code snippet, in what order will the margins be added?

p {

margin: 25px 50px 75px 100px;

}

Top,Right,Bottom,Left

Top,Left,Bottom,Right

Top,Bottom,Right,Left

Right,Left,Top,Bottom

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?