Podcast
Questions and Answers
What does CSS stand for?
What does CSS stand for?
- Cascading Style Syntax
- Cascading Styling System
- Cascading Style Sheets (correct)
- Cascading Sheet Styles
How can CSS be added to HTML documents?
How can CSS be added to HTML documents?
- External, Inline, Internal (correct)
- Inline, Internal, External
- Internal, Inline, External
- Internal, External, Inline
What is the most common way to add CSS to HTML documents?
What is the most common way to add CSS to HTML documents?
- Internal CSS
- Embedded CSS
- External CSS files (correct)
- Inline CSS
How is an inline CSS applied?
How is an inline CSS applied?
Where is internal CSS defined in an HTML page?
Where is internal CSS defined in an HTML page?