Quiz day 3 and 4

Quiz day 3 and 4

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

CSS Review

CSS Review

KG - 12th Grade

21 Qs

About HTML and CSS

About HTML and CSS

9th - 12th Grade

15 Qs

CSS

CSS

9th Grade - University

25 Qs

CSS Intermedio Grado 10

CSS Intermedio Grado 10

10th Grade

18 Qs

HTML/ CSS

HTML/ CSS

7th - 11th Grade

15 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

La sintassi CSS

La sintassi CSS

9th Grade - Professional Development

20 Qs

CodeHS Advanced HTML/CSS Review

CodeHS Advanced HTML/CSS Review

9th - 12th Grade

15 Qs

Quiz day 3 and 4

Quiz day 3 and 4

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Shantanu Agrawal

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS do?

Changes how the website looks

Helps in layout of the website

Helps in logic of the website

Helps website load faster

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS basic syntax

selector property: { value }

{ property: value }

selector { property: value }

selector { value: property }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we make all the paragraph elements have a pink background color?

p { background-color: pink }

* p { background-color: pink }

All p; background-color: pink

a { background-color: pink }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to apply styles to an ID called "first"?

#first { property: value }

.first { property: value }

$first { property: value }

@first { property: value }

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property changes font-size in CSS?

size

text-size

font-size

font-color

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does text-align do?

Passes a line through the text

Controls alignment of text

Changes font size

Changes font weight

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the x and y axes of the Content box called?

width and height

length and breadth

width and breadth

length and height

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?