CSS Fundamentals and Application

CSS Fundamentals and Application

Assessment

Flashcard

Computers

7th Grade

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does CSS stand for?

Back

Cascading Style Sheets

2.

FLASHCARD QUESTION

Front

Which of the following is the correct way to apply an external CSS file to an HTML document?
Options: <css>styles.css</css>, <link rel="stylesheet" href="styles.css">, <style>styles.css</style>, <script src="styles.css"></script>

Back

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

3.

FLASHCARD QUESTION

Front

How do you select all

elements in a CSS file?

Back

h1 { color: blue; }

4.

FLASHCARD QUESTION

Front

What is the correct way to apply a CSS rule to an HTML class named "highlight"? Options: #highlight { color: yellow; }, .highlight { color: yellow; }, { color: yellow; }, highlight { color: yellow; }

Back

.highlight { color: yellow; }

5.

FLASHCARD QUESTION

Front

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

Back

background-color

6.

FLASHCARD QUESTION

Front

What is the default position of an HTML element?

Back

static

7.

FLASHCARD QUESTION

Front

What symbol is used to select an ID in CSS?

Back

#

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

Already have an account?

Discover more resources for Computers