CSS Basics

CSS Basics

Assessment

Flashcard

Computers

6th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

21 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does CSS stand for?

Back

Cascading Style Sheets

2.

FLASHCARD QUESTION

Front

Where in the HTML document is the correct location to insert code to link to your external CSS?

Back

In the section

3.

FLASHCARD QUESTION

Front

Which is correct CSS syntax? Options: { body; color=black;}, body: color= black, body {color:black;}, (body color is black)

Back

body {color:black;}

4.

FLASHCARD QUESTION

Front

What symbols go around the properties for each CSS selector?

Back

{ }

5.

FLASHCARD QUESTION

Front

Which is the value in this CSS?
p {color: red;}

Back

red

6.

FLASHCARD QUESTION

Front

Which is the selector for a link? Options: a { }, link { }, href { }, a href { }

Back

a { }

7.

FLASHCARD QUESTION

Front

What is the function of the <p> tag?

Back

Defines a paragraph.

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?