Which of the following is the proper way to apply the CSS code inside style.css to the home.html file? Options: Inside home.html:
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>, Inside home.html:
<head>
<style href="style.css"></style>
</head>, Inside style.css:
<html href="home.html">, Inside style.css:
applyTo {
href: home.html;
}
Web Design Advanced HTML CSS

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

18 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
Inside home.html:
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
2.
FLASHCARD QUESTION
Front
Which of the following is the proper way to link to the about.html page from the index.html page? Options: <a href="about">About This Site</a>, <a href="/about.html">About This Site</a>, <a href="about.html">About This Site</a>, <a href="/about">About This Site</a>
Back
<a href="about.html">About This Site</a>
3.
FLASHCARD QUESTION
Front
What are IFrames?
Back
HTML pages embedded inside of other HTML pages
4.
FLASHCARD QUESTION
Front
True or False: It is possible to embed any website inside IFrames.
Back
False
5.
FLASHCARD QUESTION
Front
What is the function of the div tag?
Back
To define a section of an HTML page, to group a block of elements together to format them with CSS, and to efficiently apply the same style to several different elements.
6.
FLASHCARD QUESTION
Front
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>
Back
<div class="intro"> <h2>Welcome</h2> <p>Hi, welcome to my page.</p> </div>
7.
FLASHCARD QUESTION
Front
What is the difference between and
Back
is used to group and style inline elements, while
Create a free account and access millions of resources
Similar Resources on Quizizz
16 questions
Web Dev Review

Flashcard
•
9th - 12th Grade
16 questions
Web Dev Review

Flashcard
•
9th - 12th Grade
10 questions
Daily Class Opener 01 - HTML and CSS Intro

Flashcard
•
9th - 12th Grade
17 questions
HTML Basics

Flashcard
•
8th - 12th Grade
14 questions
Complete Guide to CSS Positions: element layout in CSS

Flashcard
•
9th - 12th Grade
15 questions
CSS ID vs. Class

Flashcard
•
9th - 12th Grade
15 questions
CSS ID vs. Class

Flashcard
•
9th - 12th Grade
18 questions
Web Dev Test Review

Flashcard
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University