CodeHS Intro to CSS

CodeHS Intro to CSS

Assessment

Flashcard

Computers

5th - 7th Grade

Hard

Created by

Elizabeth Cordero

FREE Resource

Student preview

quiz-placeholder

20 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? Options: In the section, In the section, At the very end of the document, At the very beginning of the document

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

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

Back

red

6.

FLASHCARD QUESTION

Front

Which is the selector for a link?

Back

a { }

7.

FLASHCARD QUESTION

Front

What is the difference between HTML and CSS?

Back

HTML gives a webpage structure. CSS provides styling.

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?