CSS Basic Practice

CSS Basic Practice

8th Grade

31 Qs

quiz-placeholder

Similar activities

CodeHS Adv HTML & CCS3 Unit 5

CodeHS Adv HTML & CCS3 Unit 5

7th - 12th Grade

26 Qs

Knowledge Pillars Review #1

Knowledge Pillars Review #1

8th Grade

35 Qs

HTML and CSS Basics - CSD Unit 2 Lessons 1-6

HTML and CSS Basics - CSD Unit 2 Lessons 1-6

6th - 8th Grade

34 Qs

CS fundamentals -S1 summative

CS fundamentals -S1 summative

7th - 8th Grade

35 Qs

CodeHS Unit 5 Chapter Test

CodeHS Unit 5 Chapter Test

8th - 12th Grade

26 Qs

CodeHS Unit 5 Test

CodeHS Unit 5 Test

8th - 12th Grade

26 Qs

CSD Unit 2 Chap 1 Review

CSD Unit 2 Chap 1 Review

7th - 8th Grade

35 Qs

html, css, js

html, css, js

6th - 8th Grade

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