What does CSS stand for?
CSS 1 Flashcard

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

15 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
Cascading Style Sheets
2.
FLASHCARD QUESTION
Front
Which CSS property is used to change the text color of an element?
Back
color
3.
FLASHCARD QUESTION
Front
How do you add a comment in a CSS file?
Back
/* This is a comment */
4.
FLASHCARD QUESTION
Front
Which of the following is the correct way to apply a class selector in CSS? #classname, .classname, classname, *classname
Back
.classname
5.
FLASHCARD QUESTION
Front
How can you make a list that lists its items with squares?
Back
list-style: square;
6.
FLASHCARD QUESTION
Front
Which property is used to change the background color of an element?
Back
background-color
7.
FLASHCARD QUESTION
Front
What is the default value of the `position` property in CSS?
Back
static