What is CSS? And How It Works! YouTube Video Quiz

What is CSS? And How It Works! YouTube Video Quiz

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

ASESMEN SUMATIF CSS

ASESMEN SUMATIF CSS

9th - 12th Grade

10 Qs

Computer Programming - Reviewer 1

Computer Programming - Reviewer 1

10th Grade

10 Qs

HTML / CSS Pretest

HTML / CSS Pretest

11th Grade

11 Qs

Introduction to Cascade Style Sheets Technology

Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

Technical Terms - Internet (A-Z) - CSS

Technical Terms - Internet (A-Z) - CSS

12th Grade

10 Qs

User Guides and General Website Development

User Guides and General Website Development

9th Grade

10 Qs

CSS Review

CSS Review

12th Grade

10 Qs

Intermediate level quiz

Intermediate level quiz

7th - 10th Grade

10 Qs

What is CSS? And How It Works! YouTube Video Quiz

What is CSS? And How It Works! YouTube Video Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

MICHELE HEYWARD

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Cascading Script Style

Cascading Sheet Style

Cascading Style Sheet

Cascading Style System

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS determine in a website?

None of the above

Appearance and style of the website

Behavior of the website

Structure of the website

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file/code defines the structure of a website?

HTML

None of the above

CSS

JavaScript

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file/code defines the behavior of a website?

None of the above

CSS

JavaScript

HTML

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file/code defines the overall appearance and style of a website?

JavaScript

HTML

CSS

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term 'cascading' mean in CSS?

Changing the style of multiple elements at once

Assigning multiple values to a property

Writing custom CSS settings

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are selectors used for in CSS?

None of the above

Changing the style of all elements at once

Identifying one specific element on a website

Identifying multiple elements on a website

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a class and an ID in CSS?

A class is used to identify multiple elements, while an ID is used for one specific element

A class is used for one specific element, while an ID is used to identify multiple elements

None of the above

A class and an ID are used interchangeably in CSS