ITS HTML CSS 1

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Neil Thorpe
Used 2+ times
FREE Resource
Student preview

19 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What CSS will automatically align the <div> horizontally within the browser?
Back
div { margin: auto; }
2.
FLASHCARD QUESTION
Front
What is the correct method for writing a selector and declaration?
Back
h1 { color: blue;
font-size: 12px; }
3.
FLASHCARD QUESTION
Front
Which of these elements usually deal with media or code snippets? <figure>, <summary>, <media>, <image>
Back
<figure>
4.
FLASHCARD QUESTION
Front
What color is the web page text when the following CSS is applied?
- * { font: Arial; background-color: blue; color: green;}
- h1, h2, p, li {background-color: yellow; color: orange}
Back
orange
Answer explanation
The universal selector is being applied to the entire document, however the document text has more specific rules for heading 1 and 2, as well as paragraph text and list items.
5.
FLASHCARD QUESTION
Front
Which of these is a class selector? .selector { }, #selector { }, selector { }, ;Selector { }
Back
.selector { }
Answer explanation
The selector has to have a ( . ) in front of the word to be a class. The hashtag in front of the word makes that an ID.
6.
FLASHCARD QUESTION
Front
Which of these has the correct syntax for an ID? Options: #selector-id, #SelectorId, #4selectorid, #selector id
Back
#selector-id
Answer explanation
Id’s have to have a hashtag in front of the word. IDs cannot have a capital letter space or number at the beginning. Also, spaces should be replaced with a dash.
7.
FLASHCARD QUESTION
Front
How do you link your html page to an external style sheet?
Back
<link rel="stylesheet" href="styles.css">
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Colors for K

Flashcard
•
KG
15 questions
Kuis Dasar CSS

Flashcard
•
11th Grade
16 questions
EOPA Week 2 Vocabulary

Flashcard
•
11th Grade
15 questions
Web Design

Flashcard
•
10th - 12th Grade
15 questions
Web Design Final Exam (Version B) - Fall 2024 - CS Essentials

Flashcard
•
9th Grade
20 questions
Web- жобалау

Flashcard
•
11th Grade
16 questions
Easy

Flashcard
•
KG
15 questions
COLOR

Flashcard
•
KG
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