8.10 Introduction to CSS

8.10 Introduction to CSS

7th Grade

10 Qs

quiz-placeholder

Similar activities

Увлекательный мир Python

Увлекательный мир Python

6th Grade - University

9 Qs

ESTRUTURAS DE REPETIÇÃO

ESTRUTURAS DE REPETIÇÃO

6th - 8th Grade

11 Qs

html 1

html 1

1st Grade - University

10 Qs

SMP - Ext. Multimedia

SMP - Ext. Multimedia

6th - 8th Grade

10 Qs

ict quiz

ict quiz

7th Grade

10 Qs

Spreadsheet - Basic Functions and Conditional Formatting

Spreadsheet - Basic Functions and Conditional Formatting

7th Grade

10 Qs

integration

integration

2nd Grade - University

10 Qs

Spike Prime Robotics Basics

Spike Prime Robotics Basics

6th - 8th Grade

8 Qs

8.10 Introduction to CSS

8.10 Introduction to CSS

Assessment

Quiz

Information Technology (IT)

7th Grade

Practice Problem

Easy

Created by

Isaac Valdez

Used 14+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What does CSS stand for?

Computer Style Sheets

Creative Style Sheets

Cascading Style Sheets

Custom Style Syntax

2.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Which of the following is the correct way to apply an external CSS file to an HTML document?

<css>styles.css</css>

<link rel= "stylesheet" href= "styles.css">

<style>styles.css

</styles>

<script src= "styles.css">

</script>

3.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Which CSS property is used to change the text color of an element?

font-color

text-style

color

text-color

4.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Which symbol is used to refer to an ID selector in CSS?

. (dot)

#(hashtag)

@ (at symbol)

* (asterisk)

5.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What is the correct syntax for selecting all <p> elements in an external CSS file?

p { color: blue; }

<p> { color: blue; }

#p { color: blue; }

.p { color: blue' }

6.

DRAG AND DROP QUESTION

45 sec • 10 pts

Inline CSS is written inside a <style> tag in the <head> section of an HTML document.​ ​ (a)  

True
False

Answer explanation

False - Inline CSS is written inside an HTML tag, while internal CSS is written inside a <style> tag in the <head> section.

7.

DRAG AND DROP QUESTION

45 sec • 10 pts

The property background-color is used to change the text color of an element.​ (a)  

False
True

Answer explanation

False - background-color changes the background, not text color. The correct property for text color is color.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?