CSS Basics

CSS Basics

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Mengetik Tepat

Mengetik Tepat

7th Grade

15 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

CSS

CSS

1st Grade - Professional Development

15 Qs

HTML Images & Color

HTML Images & Color

8th - 12th Grade

15 Qs

Latihan html dan css

Latihan html dan css

KG - University

20 Qs

HTML Lesson 4 - Using CSS to add style to a webpage

HTML Lesson 4 - Using CSS to add style to a webpage

7th - 9th Grade

20 Qs

N5 - HTML + CSS

N5 - HTML + CSS

6th Grade - Professional Development

22 Qs

Introduction to Web Development Concepts

Introduction to Web Development Concepts

8th Grade

15 Qs

CSS Basics

CSS Basics

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Tyrie Mayo

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