ICT | CSS-Class

ICT | CSS-Class

8th Grade

14 Qs

quiz-placeholder

Similar activities

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

HTML Tags

HTML Tags

7th - 8th Grade

15 Qs

Introduction to CSS

Introduction to CSS

8th Grade

15 Qs

Intro to CSS

Intro to CSS

7th - 8th Grade

10 Qs

CSS

CSS

7th - 9th Grade

14 Qs

About HTML and CSS

About HTML and CSS

8th - 9th Grade

15 Qs

ICT CSS Exam

ICT CSS Exam

8th Grade

14 Qs

HTML and CSS

HTML and CSS

7th - 8th Grade

15 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?