CodeHS Unit 2 Retake Review

CodeHS Unit 2 Retake Review

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Table in PowerPoint

Table in PowerPoint

9th Grade

10 Qs

Evaluación Final UNDECIMO 11

Evaluación Final UNDECIMO 11

11th Grade

10 Qs

Desarrollo de Aplicaciones Web - Día 3

Desarrollo de Aplicaciones Web - Día 3

10th Grade

10 Qs

XI_осн_веб_кон

XI_осн_веб_кон

9th - 12th Grade

10 Qs

Internet

Internet

10th Grade

12 Qs

Test Excel

Test Excel

10th - 12th Grade

9 Qs

Access - Lesson 14

Access - Lesson 14

9th - 12th Grade

10 Qs

ICT 10 : Introduction to Adobe Illustrator(CS5)

ICT 10 : Introduction to Adobe Illustrator(CS5)

10th Grade

10 Qs

CodeHS Unit 2 Retake Review

CodeHS Unit 2 Retake Review

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following ranks the CSS selectors from highest precedence to lowest precedence?

Class name

Tag name

ID name

Element name

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: You can create static styles with inline style= (on HTML tags) that are not possible using CSS

True

False

Only in certain browsers

Only for specific HTML elements

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would the code be to select all <img> tags on a page and give them a height of 200 pixels?

img { height: 200px; }

img { height: 150px; }

img { height: auto; }

img { height: 100%; }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you have the following CSS rules:

p {

color: green;

}

.fire {

color: red;

}

#title {

color: blue;

}

What font color will the following HTML element have after being styled by the given CSS:

<p class="fire" id="title">Hello World!</p>

Green

Red

Blue

Yellow

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the format for a CSS rule?

h1 {
color:blue;
}

h1 {
background-color:red;
}

h1 {
font-size:16px;
}

h1 {
margin:10px;
}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you have the following CSS rules:
p {
color: green;
}

.fire {
color: red;
}

#title {
color: blue;
}

What font color will the following HTML element have after being styled by the given CSS:
<h1 class="fire">Welcome!</h1>

Green

Red

Blue

Yellow

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Styling with CSS is more scalable than using style= on each HTML tag that you want to style

True

False

CSS is less scalable

Both are equally scalable

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?