CSS Basics

CSS Basics

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

About HTML and CSS Review

About HTML and CSS Review

7th Grade

20 Qs

HTML and CSS Quiz 2023

HTML and CSS Quiz 2023

6th - 8th Grade

20 Qs

HTML & CSS QUIZ

HTML & CSS QUIZ

6th Grade

20 Qs

Flask

Flask

6th - 12th Grade

15 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

Computer Science Discoveries Assessment 6/7/21 & 6/8/21

Computer Science Discoveries Assessment 6/7/21 & 6/8/21

8th Grade

20 Qs

Quiz 1: Revision for HTML and CSS

Quiz 1: Revision for HTML and CSS

8th Grade

20 Qs

CS Discoveries Code.org Unit 2, Lesson 5-7 Review

CS Discoveries Code.org Unit 2, Lesson 5-7 Review

6th - 8th Grade

15 Qs

CSS Basics

CSS Basics

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Tyrie Mayo

Used 70+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code this using CSS:

A green paragraph

p {color:red;}

p {color:green:}

p {color:green;}

p {colorgreen:}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code this using CSS:

A pink title thats aligned to the center.

H1 {color:pink;

text-align: center;}

h1 {color:pink;

text-align: center;}

li {color:pink;

text-align: center;}

h1 {color:pink;

textalign: center;}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code this using CSS:

A red sub-header with the font size of 35px.

h2 {color:red;

font-size: 35px;}

p {color:red;

font-size: 35px;}

h2 {color:pink;

font-size;35px;}

h2 {color:red;

font-size: 35px{

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code this using CSS:

A paragraph with the font size of 35px and aligned to the right.

p {fontsize 35px

text-aligned:right;}

p {font-size: 38px;

text-aligned:right;}

h1 {font-size: 35px;

text-aligned:right;}

p {font-size: 35px;

text-aligned:right;}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code this using CSS:

A paragraph with the font size of 10px and cursive.

p {font-size 10px

font-family:cursive;}

p {fontsize 10px

fontfamily:cursive;}

p {fontsize 20px

font-family:cursive;}

p {fontsize 10px

fontfamily:cursive;}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Coding Style Sheets

Cascading Style Sheets

Cascading System Sheets

Cascading Style

Systems

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between HTML and CSS?

HTML codes the style of a webpage. CSS codes the structure of a webpage.

Cascading Style Sheets

HTML codes the structure of a webpage. CSS codes the style of a webpage.

Cascading Style

Systems

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?