CSS Basic Practice

CSS Basic Practice

8th Grade

31 Qs

quiz-placeholder

Similar activities

HTML & CSS Test

HTML & CSS Test

6th - 12th Grade

30 Qs

Unit 2: Web Development Post-Project Test

Unit 2: Web Development Post-Project Test

8th Grade

30 Qs

Y8 HTML

Y8 HTML

8th Grade

32 Qs

Code.org CS Discoveries Unit 2 Web Development

Code.org CS Discoveries Unit 2 Web Development

6th - 12th Grade

35 Qs

Code.org Web Design

Code.org Web Design

6th - 12th Grade

35 Qs

Google Docs

Google Docs

5th - 8th Grade

30 Qs

Excel Test

Excel Test

8th - 12th Grade

32 Qs

IGCSE - ICT - Cascading Style Sheets

IGCSE - ICT - Cascading Style Sheets

8th - 10th Grade

30 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?