Search Header Logo

Web Design CSS Lesson 3

Authored by Steven Wills

Other

9th - 12th Grade

Used 1+ times

Web Design CSS Lesson 3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use CSS?

HTML wasn’t intended to be able to style web pages, CSS allows us to add style

Separate the content of a web page from the design of a web page

Easily modify the look and feel of a web site even at a large scale

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid CSS rule?

h1 {

color: blue;

}

stylew="color:blue;"

css="color:blue;"

h1 { color { blue; } }

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Cascading Style Sheets. The language for designing web pages and adding style.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code snippets will select all <img> tags on a page and give them a height of 200 pixels?

<img style="height:200px;">

tag="img" { height: 200px; }

img { height: 200px; }

<img> { height: 200px; }

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code snippets 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; }

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?