CSS Basic Practice

CSS Basic Practice

8th Grade

31 Qs

quiz-placeholder

Similar activities

BOY Code.org Unit 2 Assessment

BOY Code.org Unit 2 Assessment

6th - 8th Grade

32 Qs

1Q_LongTest_Computer8

1Q_LongTest_Computer8

8th Grade

30 Qs

Code.org Unit 2 Web Development

Code.org Unit 2 Web Development

6th - 12th Grade

35 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

Web Design- CSS Review

Web Design- CSS Review

KG - University

30 Qs

css

css

6th - 12th Grade

30 Qs

ICT 2019

ICT 2019

1st Grade - University

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?