ICT | CSS-Class

ICT | CSS-Class

8th Grade

14 Qs

quiz-placeholder

Similar activities

KUIS CSS

KUIS CSS

8th Grade

10 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

CSS Quiz 1

CSS Quiz 1

6th - 10th Grade

10 Qs

Code.org ~ HTML & CSS Basics

Code.org ~ HTML & CSS Basics

6th - 8th Grade

10 Qs

Introduction to Web Development Concepts

Introduction to Web Development Concepts

8th Grade

15 Qs

HTML, CSS, & JavaScript

HTML, CSS, & JavaScript

7th - 11th Grade

17 Qs

HTML CIW Review

HTML CIW Review

8th - 12th Grade

15 Qs

Intermediate level quiz

Intermediate level quiz

7th - 10th Grade

10 Qs

ICT | CSS-Class

ICT | CSS-Class

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Teacher Superman

Used 3+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS control?

Style

Structure

Nothing

Adding Images

Answer explanation

CSS controls the style of a webpage, including the layout, colors, fonts, and other visual aspects. It is responsible for making a webpage visually appealing and user-friendly.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

h11{color:green;} is correct?

Yes

No

Type

Answer

Answer explanation

The correct choice is 'No' because h11{color:green;} is not a valid CSS syntax.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why would CSS classes used?

To add structure

To add images

To style each paragraph differently

To style everything the same

Answer explanation

CSS classes are used to style each paragraph differently.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which kind of punctuation is used when starting a CSS class selector

:

{

"

.

Answer explanation

The correct punctuation used when starting a CSS class selector is the period (.) because it indicates that the selector is targeting a class.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.sanguine{color:green;} is correct

Yes

No

Maybe

Here

Answer explanation

The correct answer is 'Yes'. The CSS selector '.sanguine{color:green;}' selects elements with the class 'sanguine' and sets their color to green.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<h2 class="sanguine"> Words go here </h2> is correct

Yes

No

In

Out

Answer explanation

The correct answer is 'Yes' because the HTML tag

Words go here

is correct.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which 3 parts do you need for CSS classes to work?

class, classes, classless

rule-set, headers, paragraphs

class, elements

class, rule-set, elements

Answer explanation

To make CSS classes work, you need class, rule-set, and elements. These three parts are essential for applying styles to specific elements.

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?