Web Design Advanced HTML CSS
Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

18 questions
Show all answers
1.
FLASHCARD QUESTION
Front
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;
}
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
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
13 questions
Polynomials
Flashcard
•
9th - 12th Grade
15 questions
Predicting Products
Flashcard
•
9th - 12th Grade
15 questions
Balancing and reaction types
Flashcard
•
9th - 12th Grade
15 questions
Congruent Triangles
Flashcard
•
9th - 12th Grade
16 questions
Absolute Value
Flashcard
•
9th - 12th Grade
10 questions
Functions, Domain, and Range
Flashcard
•
9th - 12th Grade
16 questions
Cadet Staff Sergeant and above (E-6 to Officer)
Flashcard
•
9th - 12th Grade
16 questions
Balancing Equations
Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
20 questions
Six Weeks Test 2 Review
Lesson
•
9th - 12th Grade
12 questions
Overview of Mexico Part 1
Lesson
•
9th - 12th Grade
16 questions
Lesson 3.5 - If Structures Practice
Quiz
•
11th Grade
10 questions
Exploring Computer Hardware and Software Components
Interactive video
•
6th - 10th Grade