CSS Concepts and Syntax

CSS Concepts and Syntax

Assessment

Flashcard

Information Technology (IT)

7th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

9 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? <link rel= “stylesheet” href= “styles.css”> , <link rel="stylesheet" type="text/css" href="styles.css">

Back

<link rel= “stylesheet” href= “styles.css”>

3.

FLASHCARD QUESTION

Front

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

Back

color

4.

FLASHCARD QUESTION

Front

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

Back

p { color: blue; }

5.

FLASHCARD QUESTION

Front

Incline CSS is written inside a