How much of CSS do I know ?

How much of CSS do I know ?

12th Grade

11 Qs

quiz-placeholder

Similar activities

HTML-CSS

HTML-CSS

9th Grade - University

14 Qs

Frontend - Box Model y Posicionamiento en Desarrollo Web

Frontend - Box Model y Posicionamiento en Desarrollo Web

12th Grade

10 Qs

Ciw Introduction to Cascade Style Sheets Technology

Ciw Introduction to Cascade Style Sheets Technology

8th - 12th Grade

11 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

CSS Properties

CSS Properties

5th - 12th Grade

10 Qs

CSD-Q9

CSD-Q9

9th Grade - University

11 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

How much of CSS do I know ?

How much of CSS do I know ?

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Ameen Islam

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The extension to save CSS files is

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS stands for

Color and style sheets

Cascading Style Sheets

Converting style sheets

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct to refer to CSS files?

<style src = example.css>

<style src = "example.css" >

<stylesheet> example.css </stylesheet>

<link rel="stylesheet" type="text/css" href="example.css">

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to change the Background color?

bgcolor

color

background-color

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to control the font size of an element ?

text-style

text-size

font-size

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?

p {background-color : yellow;}

p {background-color : #yellow;}

all {background-color : yellow;}

all p {background-color : #yellow;}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to display the hyperlinks without any underline?

a {text-decoration : underline;}

a {decoration : no-underline;}

a {text-decoration : none;}

None of the above

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?