Web Design #3

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Nora Allstedt
Used 47+ times
FREE Resource
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
Similar Resources on Wayground
20 questions
Unit 2 code.org

Quiz
•
7th - 9th Grade
20 questions
BÀI 13: KHÁI NIỆM, VAI TRÒ CỦA CSS

Quiz
•
12th Grade
19 questions
CSS

Quiz
•
11th - 12th Grade
20 questions
Latihan CSS - RPL1

Quiz
•
11th Grade
20 questions
Web development

Quiz
•
9th - 12th Grade
10 questions
Web Design: Basics of HTML and CSS

Quiz
•
9th - 12th Grade
11 questions
MMD1 opsamling selectors, css variabler, position property

Quiz
•
11th Grade
10 questions
Introdução ao JavaScript e CSS

Quiz
•
1st Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade