IST_FINAL_CSS Review 12.05

IST_FINAL_CSS Review 12.05

Assessment

Flashcard

Other

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

18 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Where in the HTML document is the correct location to insert code to link to your external CSS? Options: In the section, In the section, At the very end of the document, At the very beginning of the document

Back

In the section

2.

FLASHCARD QUESTION

Front

Which is correct CSS syntax? Options: { body; color=black;}, body: color= black, body {color:black;}, (body color is black)

Back

body {color:black;}

3.

FLASHCARD QUESTION

Front

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

Back

body { background-color: #000000; }

4.

FLASHCARD QUESTION

Front

What symbols go around the properties for each CSS selector?

Back

{ }

5.

FLASHCARD QUESTION

Front

Which CSS code is incorrect? a {color: blue;}, p {font-size: 10px;}, body {background-color="red";}, img {width: 100%;}

Back

body {background-color="red";}

6.

FLASHCARD QUESTION

Front

Which is the selector for a link? Options: a { }, link { }, href { }, a href { }

Back

a { }

7.

FLASHCARD QUESTION

Front

To create a dotted border around the page, which CSS property is used? Options: border-style, border-width, border-color, width

Back

border-style

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?