CSS Basic Practice

CSS Basic Practice

8th Grade

31 Qs

quiz-placeholder

Similar activities

Computer Applications Final Practice

Computer Applications Final Practice

7th - 8th Grade

30 Qs

html

html

KG - 12th Grade

26 Qs

CSS Review

CSS Review

6th - 12th Grade

30 Qs

Knowledge Pillars HTML CSS Coding Specialist

Knowledge Pillars HTML CSS Coding Specialist

8th Grade

32 Qs

ICT Web Design Essentials uCertify Exam

ICT Web Design Essentials uCertify Exam

6th - 8th Grade

30 Qs

Code.org Web Development

Code.org Web Development

6th - 12th Grade

35 Qs

Word Processing Review A

Word Processing Review A

5th - 9th Grade

31 Qs

Test your Tech Knowledge

Test your Tech Knowledge

7th - 8th Grade

33 Qs

CSS Basic Practice

CSS Basic Practice

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Joseph Ferraro

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Computer Style Sheets

Cascading Style Sheets

Colorful Style Sheets

Creative Style Syntax

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to link an external CSS file?

<css>

<style src="">

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

<script src="style.css">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML attribute is used to apply inline styles?

css

style

class

id

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct CSS syntax to change text color to red?

text-color: red;

color = red;

color: red;

font-color: red;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select an element with id "header"?

.header

#header

header

$header

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select all elements with class "menu"?

#menu

*menu

.menu

menu

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a background color in CSS?

background: blue;

bg-color: blue;

background-color: blue;

color: background blue;

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?