CSS - Quiz 1

CSS - Quiz 1

9th Grade

15 Qs

quiz-placeholder

Similar activities

Review for CSS Test

Review for CSS Test

9th - 12th Grade

12 Qs

HTML CSS 1

HTML CSS 1

9th - 12th Grade

10 Qs

HTML/ CSS

HTML/ CSS

7th - 11th Grade

15 Qs

Web Design Advanced HTML CSS

Web Design Advanced HTML CSS

9th - 12th Grade

18 Qs

Review/Quiz No. 1 | Prog 2

Review/Quiz No. 1 | Prog 2

11th Grade

10 Qs

Y8 - Web page design (HTML & CSS)

Y8 - Web page design (HTML & CSS)

9th - 11th Grade

20 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

20 Qs

CSF U3 Networks p1

CSF U3 Networks p1

9th - 12th Grade

12 Qs

CSS - Quiz 1

CSS - Quiz 1

Assessment

Quiz

Computers

9th Grade

Medium

CCSS
L.3.1A, L.1.1B, L.1.2B

+6

Standards-aligned

Created by

Regina Parker

Used 20+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS stands for ______.

Creativity Style Source

Cascading Style Source

Cascading Style Sheet

Creative Style Sheet

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many ways can CSS be incorporated into an HTML document?

1

2

3

4

Tags

CCSS.L.9-10.2B

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The tag "style=" can change the

Font

Color

Text Size

All items listed

Tags

CCSS.L.1.1B

CCSS.L.2.2C

CCSS.L.3.2D

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the code below that uses CSS to create a background color of #000000 for a web page.

body { background-color: #000000; }

body { bgcolor: #000000; }
document { background­-page: #000000; }
None of these

Tags

CCSS.L.3.1A

CCSS.L.3.1D

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three types of CSS styling?

Insidious, internal, external

Inline, internal, extreme

Internal, external, inline

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will select ALL <img> tags on a page and give them a height of 200 pixels?

<img >

tag="img"

{ height: 200px; }

<img> { height: 200px; }

img { height: 200px; }

Tags

CCSS.L.3.1A

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will select all HTML elements with the CLASS “alert” and set their color to be red?

alert {color: red;}

.alert {color: red;}

#alert {color: red;}

class="alert"

{color: red;}

Tags

CCSS.L.1.2B

CCSS.L.5.2

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?