HTML Classes and ID

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

5 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Create a class selector named "special". Add a color property with the value "blue" inside the "special" class. Options: <style> .special {color:blue ;} </style>, <style> .class {color:#0000ff ;} </style>
Back
<style> .special {color:blue ;} </style>
2.
FLASHCARD QUESTION
Front
Add the correct class to make the H1 element red, given the following head element.
<head>
<style>
.mystyle {color:red;}
</style>
</head>
Back
<h1 class="mystyle">My Home Page</h1>
3.
FLASHCARD QUESTION
Front
Add two classes to the H1 element, to make the background pink and the color red, given the following head element.
<head>
<style>
.intro {background:pink;}
.special {color:red;}
</style>
</head>
Back
<h1 class="intro special">My Home Page</h1>
4.
FLASHCARD QUESTION
Front
Add the correct HTML attribute to make the H1 element red, given the following head element.
Back
My Home Page
5.
FLASHCARD QUESTION
Front
Create an id selector named "special". Add a color property with the value "blue" inside the "special" declaration block.
Back
Similar Resources on Wayground
9 questions
A-Frame Review

Flashcard
•
10th Grade
9 questions
Code.org Unit 4 Vocabulary

Flashcard
•
9th - 12th Grade
10 questions
Multi-step & Absolute Value Inequalities HW

Flashcard
•
11th - 12th Grade
11 questions
SOMOS 18- Las supersticiones españolas

Flashcard
•
9th - 12th Grade
10 questions
Systems of Inequalities

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

Flashcard
•
9th - 12th Grade
11 questions
Intro to HTML and CSS- Lecture 1 Review (HTML)

Flashcard
•
9th - 12th Grade
9 questions
French 2 NLLS Story H3 Q&A

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade