Search Header Logo

CSS Recap

Authored by Bongi L

Computers

8th - 12th Grade

CSS Recap
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

sets the color of words in a paragraph

h1 {

color: pink;

}

img {

color: pink;

}

body {

color: pink;

}

p {

color: pink;

}

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does a class do?

adds color to words

adds style to specific elements

adds style to a whole page

adds a lot more work

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Select the rule set to make all the text in your web page blue and centered.

p {

color: blue;

}

body {

text-align: left;

color: blue;

}

p {

text-align: center;

color: blue;

}

body {

text-align: center;

color: blue;

}

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which selector will change the font of the text?

font-size

text-align

font-famiy

text-decoration

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct syntax to change the background color with css?

background-color: purple;

background-color = "purple";

backgroundcolor=orange

change-background-color: purple

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Where should you put the link tag to connect your CSS and HTML file?

Between the <head> </head> in HTML

Between the <body> </body> in HTML

None of the above.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The stylesheet is used to

code the css page.

link css to the html page.

add css to notepad++

link java script to the html page.

Access all questions and much more by creating a free account

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?