CSS Basic Practice

CSS Basic Practice

8th Grade

31 Qs

quiz-placeholder

Similar activities

ôn tập tin 8

ôn tập tin 8

8th Grade

35 Qs

Python L1 Programming Challenge

Python L1 Programming Challenge

1st - 12th Grade

30 Qs

Internet Terms Grade 7 & 8

Internet Terms Grade 7 & 8

6th - 8th Grade

29 Qs

Programming with Karel the Dog I

Programming with Karel the Dog I

5th - 8th Grade

27 Qs

Business Letters and MS Word

Business Letters and MS Word

6th - 12th Grade

30 Qs

Assesmen TIK

Assesmen TIK

6th - 8th Grade

26 Qs

Викторина к главе 2 (информатика Босова)

Викторина к главе 2 (информатика Босова)

7th - 8th Grade

30 Qs

Power Point 35Q

Power Point 35Q

3rd - 12th Grade

35 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?