Which of the following is a valid CSS rule?

CSS - Styling Websites Quiz

Quiz
•
Computers
•
11th Grade
•
Hard
Spartan Coders
Used 109+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
h1 {
color: blue;
}
<h1> {
color: blue;
}
h1 {
color="blue";
}
h1 {
color=blue;
}
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following ranks the selectors from highest precedence to lowest precedence?
Select by tag name, select by class name, select by id name
Select by id name, select by tag name, select by class name
Select by id name, select by class name, select by tag name
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements are true about styling your web pages with CSS:
I. Styling with CSS is more scalable than using style= on each HTML tag that you want to style
II. You can create styles with CSS that are not possible using style= on an HTML tag
I only
II only
I and II
Neither I nor II
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;
}
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Suppose you have the following CSS rules:
p {
color: green;
}
.fire {
color: red;
}
#title {
color: blue;
}
What font color will the following HTML element have after being styled by the given CSS:
<h1 class="fire">Welcome!</h1>
green
Notes: Not quite! Since the tag has the class “fire” it will be styled according to the second rule, giving it the color red.
red
Notes: Correct! Since the tag has the class “fire” it will be styled according to the second rule, giving it the color red.
black
Notes: Not quite! Since the tag has the class “fire” it will be styled according to the second rule, giving it the color red.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose you have the following CSS rules:
p {
color: green;
}
.fire {
color: red;
}
#title {
color: blue;
}
What font color will the following HTML element have after being styled by the given CSS:
<p class="title">My First Paragraph</p>
blue
green
black
Similar Resources on Wayground
11 questions
Cascading Style Sheets

Quiz
•
8th - 12th Grade
9 questions
Unit 2 Quiz-v1

Quiz
•
9th Grade - University
10 questions
T3. C1-C2 Quizizz Post-Test

Quiz
•
7th Grade - University
10 questions
Визуално оформление на уеб сайт с използване на CSS

Quiz
•
11th Grade
8 questions
Divis

Quiz
•
11th Grade - University
10 questions
HTML QUIZ - Advanced

Quiz
•
9th - 12th Grade
11 questions
CSS-ponavljanje

Quiz
•
5th Grade - University
11 questions
Unit 4 Quiz

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade