Web Design Unit 3 CSS

Web Design Unit 3 CSS

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

EXAM CSS

EXAM CSS

10th Grade

20 Qs

HTML CSS JS

HTML CSS JS

9th - 12th Grade

20 Qs

CSS

CSS

12th Grade

20 Qs

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

9th - 12th Grade

15 Qs

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

7th - 10th Grade

22 Qs

Preguntas sobre CSS

Preguntas sobre CSS

11th Grade

16 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

15 Qs

Web Design CSS Study Set

Web Design CSS Study Set

9th - 12th Grade

20 Qs

Web Design Unit 3 CSS

Web Design Unit 3 CSS

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Shannon Winkler

Used 39+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid CSS rule?

h1 {

color: blue;

}

style="color:blue;"

css="color:blue;"

h1 {

color {

blue;

}

}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use CSS?

HTML wasn’t intended to be able to style web pages, CSS allows

us to add style

Separate the content of a web page from the design of a web page

Easily modify the look and feel of a web site even at a large scale

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS rules will select the HTML element with the id logo and set the font size for

that element to 60 pixels?

logo {

font-size: 60px;

}

.logo {

font-size: 60px;

}

#logo {

font-size: 60px;

}

id="logo" {

font-size: 60px;

}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Change the border size of the body or image

border-style

border-width

border-color

width

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a dotted border around the page

border-style

border-width

border-color

width

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Set the color of the border

border-style

border-width

border-color

width

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

sets the color of words in a paragraph

h1 {

color: pink;

}

img {

color: pink;

}

body {

color: pink;

}

p {

color: pink;

}

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?