Web Design Unit 3 CSS

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Shannon Winkler
Used 39+ times
FREE Resource
20 questions
Show all answers
1.
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;
}
}
2.
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
3.
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;
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Change the border size of the body or image
border-style
border-width
border-color
width
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To create a dotted border around the page
border-style
border-width
border-color
width
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Set the color of the border
border-style
border-width
border-color
width
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
sets the color of words in a paragraph
h1 {
color: pink;
}
img {
color: pink;
}
body {
color: pink;
}
p {
color: pink;
}
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
CodeHS Advanced HTML/CSS Review

Quiz
•
9th - 12th Grade
24 questions
HTML and CSS intermediate level

Quiz
•
9th - 12th Grade
22 questions
TESZT_CSS

Quiz
•
9th - 12th Grade
20 questions
Y8 - Web page design (HTML & CSS)

Quiz
•
9th - 11th Grade
20 questions
Grade 9 - ICT Quiz

Quiz
•
9th Grade
21 questions
CSS Review

Quiz
•
KG - 12th Grade
20 questions
10 Quiz#1: CSS

Quiz
•
10th Grade
18 questions
Web Design Advanced HTML CSS

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade