CSS - Cascading Style Sheets

Quiz
•
Computers
•
University
•
Hard
Kevin Albania
Used 22+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the proper way to apply the CSS code inside style.css to the about.html file?
Inside style.css:
applyTo {
href: about.html;
}
Inside about.html:
<head>
<style href="style.css"></style>
</head>
Inside style.css:
<html href="about.html">
Inside about.html:
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are trying to apply the same style to several different elements in a block, with line breaks before and after. Which tag should you use?
<span>
<div>
<style>
<src>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following selects all elements with the class footer that are inside of divs?
div {
.footer {
...
}
}
.footer div {
...
}
div > .footer {
...
}
div .footer {
...
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following selects all a tags that are immediate children/child selector of div tags?
div > a {
...
}
...
}
div < a {
...
}
div + a {
...
}
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is it important to avoid repetitive code while creating a website?
Excessive code is harder to read and understand
It is easier to make edits to websites when CSS rules are strategically grouped and organized
It demonstrates good coding style
All of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following will turn the first letter of all p elements blue?
p::first-letter {
color=blue;
}
p:first-letter {
color=blue;
}
p::first-letter {
color: blue;
}
p:first-letter {
color: blue;
}
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following selects images as the mouse hovers over them and sets their size to 350px by 350px?
img:hover {
width: 350px;
height: 350px;
}
img :hover {
width: 350px;
height: 350px;
}
img::hover {
width: 350px;
height: 350px;
}
img > hover {
width: 350px;
height: 350px;
}
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Examen 1P DAND 23

Quiz
•
University
20 questions
ข้อสอบ Adobe Dreamweaver CS6

Quiz
•
University
25 questions
Quiz Bootstrap (Fullstack Praktikum)

Quiz
•
University
20 questions
PEMROGRAMAN WEB (4)

Quiz
•
University
24 questions
IBP CAT 2 DICT21S

Quiz
•
University
20 questions
SASS and NPM Quiz

Quiz
•
University
20 questions
UTS INFORMATIKA KELAS 9

Quiz
•
University
20 questions
HTML & CSS

Quiz
•
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
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University