What does CSS stand for?
8.10 Flashcard Review

Flashcard
•
Instructional Technology
•
7th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
Cascading Style Sheets
2.
FLASHCARD QUESTION
Front
Which of the following is the correct way to apply an external CSS file to an HTML document? Options: <css href="styles.css">, <style src="styles.css">,
- <stylesheet>styles.css</stylesheet>
Back
<link rel="stylesheet" href="styles.css">
3.
FLASHCARD QUESTION
Front
What CSS property is used to change the text color of an element?
Back
color
4.
FLASHCARD QUESTION
Front
Which symbol is used to refer to an ID selector in CSS?
Back
#
5.
FLASHCARD QUESTION
Front
What is the correct syntax for selecting all <p> elements in an external CSS file?
Back
p { color: blue; }
6.
FLASHCARD QUESTION
Front
Inline CSS is written inside a