Podcast
Questions and Answers
What is the primary purpose of CSS?
What is the primary purpose of CSS?
- To specify the behavior of a web page
- To determine which style rule applies to a particular element
- To define the structure of HTML documents
- To enable the separation of content and presentation (correct)
What does the term 'cascading' in CSS refer to?
What does the term 'cascading' in CSS refer to?
- The process of caching files for faster access
- The priority scheme to determine which style rule applies (correct)
- The flexibility and control in specification of presentation characteristics
- The speed at which web pages load
How does CSS improve content accessibility?
How does CSS improve content accessibility?
- By enabling the use of multiple web pages
- By separating content and presentation (correct)
- By specifying formatting in a separate .css file
- By providing more flexibility and control in presentation
What role does CSS play in enabling multiple web pages to share formatting?
What role does CSS play in enabling multiple web pages to share formatting?
Who maintains the CSS specifications?
Who maintains the CSS specifications?