CSS basic

CSS basic

45 Qs

quiz-placeholder

Similar activities

HTML,CSS

HTML,CSS

3rd Grade - University

50 Qs

HTML Practice 2 of 4

HTML Practice 2 of 4

11th - 12th Grade

40 Qs

Pemrograman Web - HTML/CSS

Pemrograman Web - HTML/CSS

11th Grade

50 Qs

HTML & CSS II

HTML & CSS II

10th Grade

50 Qs

HTML div span ID class

HTML div span ID class

12th Grade

41 Qs

HTML and CSS Mastery

HTML and CSS Mastery

9th - 12th Grade

40 Qs

HTML & CSS

HTML & CSS

7th Grade

50 Qs

HTML - PÁGINAS WEB

HTML - PÁGINAS WEB

11th Grade

50 Qs

CSS basic

CSS basic

Assessment

Quiz

Computers, Professional Development

Medium

Created by

Prueba del juego ...

Used 2+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between HTML and CSS?

HTML provides the content, CSS provides the pictures

HTML provides the structure & content, CSS provides the color / look of the web page

HTML and CSS are the same thing

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper way to reference an ID in the CSS?

(Note: Assuming that the ID is set up properly in the HTML)

You would use a period: .idname

You would use a number sign: #idname

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper way to reference a class in the CSS?

(Note: Assuming that the class is set up properly in the HTML)

You would use a period: .classname

You would use a number sign: #classname

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for? 
Creative Style Sheets
Cascading Style Sheets
Colorful Style Spread
Computer Style Spread

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in the HTML document is the correct location to insert code to link to your external CSS? 
In the <head> section
In the <body> section
At the very end of the document
At the very beginning of the document

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbols go around the properties for each CSS selector?
< >
[ ]
{ }
( )

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?

Discover more resources for Computers