
CSS Basics

Quiz
•
Computers
•
9th Grade
•
Hard
Dilan Buluk
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does CSS stand for?
Central Style Sheets
Computer Style System
Cascading Style Sheets
Cascading Style Scripts
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you include CSS in your HTML file?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of CSS?
The purpose of CSS is to animate images on a webpage.
The purpose of CSS is to style and format web pages.
The purpose of CSS is to create databases for websites.
The purpose of CSS is to generate dynamic content on web pages.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the difference between inline, internal, and external CSS.
Inline CSS is applied within the
tag, internal CSS is placed within the tag, and external CSS is placed within theInline CSS is applied directly within the HTML element, internal CSS is placed within the