Cascading Style Sheets Flashcards
1
Q
What is the purpose of CSS?
A
To style and visually format HTML content.
2
Q
What is a CSS class selector?
A
A style applied to elements with a specific class name.
3
Q
What does color do in CSS?
A
Changes the text colour.
4
Q
What is an ID selector in CSS?
A
Targets a single element with a unique ID.