CSS - Flashcard 1

CSS - Flashcard 1

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

CSS stands for ______.

Back

Cascading Style Sheet

2.

FLASHCARD QUESTION

Front

How many ways can CSS be incorporated into an HTML document?

Back

3

3.

FLASHCARD QUESTION

Front

The tag "style=" can change the

Back

All items listed

4.

FLASHCARD QUESTION

Front

Select the code below that uses CSS to create a background color of #000000 for a web page.
Options: body { background-color: #000000; }, body { bgcolor: #000000; }, document { background­-page: #000000; }, None of these

Back

body { background-color: #000000; }

5.

FLASHCARD QUESTION

Front

What are the three types of CSS styling?

Back

Internal, external, inline

6.

FLASHCARD QUESTION

Front

Which of the following will select ALL <img> tags on a page and give them a height of 200 pixels? Options: <img >, tag="img" { height: 200px; }, <img> { height: 200px; }, img { height: 200px; }

Back

img { height: 200px; }

7.

FLASHCARD QUESTION

Front

Which of the following will select all HTML elements with the CLASS “alert” and set their color to be red? alert {color: red;}, .alert {color: red;}, #alert {color: red;}, class="alert" {color: red;}

Back

.alert {color: red;}

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?