Web Design #3

Web Design #3

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Електронні таблиці Exel

Електронні таблиці Exel

1st - 12th Grade

12 Qs

After Effect Intoduction

After Effect Intoduction

10th Grade - University

15 Qs

Archivos Digitales

Archivos Digitales

9th Grade - University

14 Qs

OOP 1 Undiksha

OOP 1 Undiksha

12th Grade - University

13 Qs

Mengoperasikan Website

Mengoperasikan Website

10th Grade

10 Qs

UNIT 1.2 MEMORY

UNIT 1.2 MEMORY

10th Grade

19 Qs

PTS Informatika Kelas 9 Semester Ganjil 2021-2022

PTS Informatika Kelas 9 Semester Ganjil 2021-2022

9th Grade

20 Qs

9.1 Homework #3

9.1 Homework #3

9th Grade

20 Qs

Web Design #3

Web Design #3

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Nora Allstedt

Used 47+ times

FREE Resource

AI

Enhance your content in a minute

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

15 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;

}

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 is the function of the Cascade in CSS?

The Cascade is a set of guidelines to make your site look beautiful.

The Cascade helps you write styling for your websites quickly by

providing easy templates to use.

The Cascade determines which CSS rules will be applied when

multiple rules for an item are contradictory.

The Cascade will make sure there are no typos in your CSS rules.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: In the case that two conflicting rules have the same order and specificity, the rule that is

written first will be applied.

True

False

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers