CSS REVIEW Questions

CSS REVIEW Questions

12th Grade

10 Qs

quiz-placeholder

Similar activities

Web Design CSS Lesson 4

Web Design CSS Lesson 4

Question Bank for Grade 9 Computers

Question Bank for Grade 9 Computers

Web Design CSS Lesson 3

Web Design CSS Lesson 3

Web Design

Web Design

Web Page Design CSS Styling Quiz

Web Page Design CSS Styling Quiz

CSS - HTML Styling Quiz

CSS - HTML Styling Quiz

Web Design #3

Web Design #3

CSS REVIEW Questions

CSS REVIEW Questions

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

Brent Luplow

Used 157+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use CSS?

HTML wasn't intended to style web pages, CSS allows us to add style.

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

Easily modify the look and feel of a website 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;

}

style=color:blue";

css="color:blue";

h1 { color:blue;}

3.

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;

}

4.

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;

}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS rules will select the HTML element with the id logo and set the font size for that element to 60 pixels?

logo {

font-size: 60px;

}

.logo {

font-size: 60px;

}

#logo {

font-size: 60px;

}

id="logo" {

font-size: 60px;

}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Creative Style Sheets

Colorful Style Spread

Cascading Style Sheets

Computer Style Spread

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the value in this CSS?

p {color: red;}

p

color

red

Create a free account and access millions of resources

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?