CSS Quiz Review

CSS Quiz Review

7th - 8th Grade

25 Qs

quiz-placeholder

Similar activities

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

CSS Quiz

CSS Quiz

7th - 12th Grade

20 Qs

CSS Basics

CSS Basics

6th - 8th Grade

20 Qs

CodeHS Div & Spans

CodeHS Div & Spans

7th - 12th Grade

20 Qs

About HTML and CSS Review

About HTML and CSS Review

7th Grade

20 Qs

CSS Study Guide

CSS Study Guide

7th Grade

21 Qs

HTML basics

HTML basics

5th - 10th Grade

20 Qs

Unit 2 code.org

Unit 2 code.org

7th - 9th Grade

20 Qs

CSS Quiz Review

CSS Quiz Review

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

Jessica Bui

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Colorful Security Styles

Creative Style Sheets

Cascading Style Sheets

Computer Script Sheets

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct HTML for linking to an external style sheet?

<link rel="stylesheet" href="style.css">

<stylesheet>

<style src="mystyle.css">

stylesheet {

href= "style.css"

}

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Where in an HTML document is the correct place to link to a style sheet?

Between <head> and </head>

Between <body> and </body>

At the end of the HTML document

Between <h1> and </h1>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which CSS ruleset is formatted properly?

body:color=black;

<body> {color:black;}

body {color: black;}

{body:color=black;}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Label the sections of this CSS rule.

A = Selector, B = Declaration, C = Declaration

A = h1 tag, B = attribute, C = attribute

A = class selector, B = property, C = property

A = id selector, B = property value pair, C = property value pair

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Label the sections of this CSS rule.

D = property, E = value, F = property, G = value

D = color, E = blue, F = font, G = 12 pixel

D = configuration, E = setting, F = configuration, G = setting

D = tag selector, E = value, F = tag selector, G = value

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What CSS property determines the horizontal alignment of text?

alt

align

text-align

font-align

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?