HTML &CSS

Quiz
•
Computers
•
Professional Development
•
Medium

Elisheva Vakrat
Used 8+ times
FREE Resource
54 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are IFrames?
Buttons that link to other websites
Videos uploaded to your website
The number of views your website has
HTML pages embedded inside of other HTML pages
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the function of the div tag?
To define a section of an HTML page
To group a block of elements together to format them with CSS
To efficiently apply the same style to several different elements
All of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following correctly uses div to style multiple elements the same way?
<div class="intro">
<h2>Welcome</h2>
<p>Hi, welcome to my page.</p>
</div>
<div>
<h2 class="intro">Welcome</h2>
<p class="intro">Hi, welcome to my page.</p>
</div>
<div>
.intro{
font-size: 16px;
font-style: italic;
}
<h2>Welcome</h2>
<p>Hi, welcome to my page.</p>
</div>
<h2 div class="intro">Welcome</h2>
<p div class="intro">Hi, welcome to my page.</p>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between <span> and <div>?
<span> is better for styling text, while <div> is better for styling images
<span> is for styling multiple elements, while <div> is for styling single elements at a time
<span> is used to group and style inline elements, while <div> creates a line break
<span> is used to style elements, while <div> is used to embed parts of other websites
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following selects all p tags with the class alert and makes them red?
p.alert {
color: red;
}
p {
.alert {
color:red;
}
}
.alert p{
color: red;
}
p alert{
color: red;
}
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the reasoning behind the Don’t Repeat Yourself principle?
It helps you stay under the HTML file character limit
Repeated code makes it harder to read and edit
HTML files with repeated code will take a very long time to load
It makes a more clean and organized website for the user
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a property that can hide the visibility of an element?
opacity
hidden
visibility
display
Create a free account and access millions of resources
Similar Resources on Wayground
56 questions
Manage the Application Life Cycle Lesson 1

Quiz
•
9th Grade - Professio...
55 questions
WP 11-15

Quiz
•
Professional Development
50 questions
Lesson 3 HTML M2-R5

Quiz
•
Professional Development
55 questions
Javascript - Beginner Practice

Quiz
•
12th Grade - Professi...
50 questions
PRE PAMA SEGUNDO PERIODO 1

Quiz
•
Professional Development
50 questions
Skill Test Fullstack MEVN

Quiz
•
University - Professi...
50 questions
Technical Evaluation - 101 - 2024

Quiz
•
Professional Development
50 questions
Technical Evaluation - 102 - 2024

Quiz
•
Professional Development
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade