CSS Basics

CSS Basics

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

7th - 8th Grade

15 Qs

Intro to Web Development

Intro to Web Development

6th - 8th Grade

20 Qs

Flask

Flask

6th - 12th Grade

15 Qs

CSS Study Guide

CSS Study Guide

7th Grade

21 Qs

Beginning CSS

Beginning CSS

6th Grade

25 Qs

HTML and CSS

HTML and CSS

7th Grade

18 Qs

CSS Review

CSS Review

KG - 12th Grade

21 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

CSS Basics

CSS Basics

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Tyrie Mayo

Used 65+ 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?