Podcast
Questions and Answers
Which of the following best describes CSS?
Which of the following best describes CSS?
- A style sheet language used for describing the look and formatting of a document written in a markup language (correct)
- A scripting language used to enhance the interactivity of web pages
- A markup language used to structure the content of a web page
- A programming language used to create web pages
What is the purpose of CSS rules?
What is the purpose of CSS rules?
- To define the structure of a web page
- To specify the presentation of elements separately from the structure of the document (correct)
- To create dynamic web pages
- To enhance the interactivity of a web page
Which of the following is NOT a way to include CSS in a web page?
Which of the following is NOT a way to include CSS in a web page?
- External Styles
- Inline Styles
- Internal Styles (correct)
- Embedded Styles
What does the CSS rule 'p { color: blue; font-weight: bold; }' mean?
What does the CSS rule 'p { color: blue; font-weight: bold; }' mean?
What does CSS stand for?
What does CSS stand for?
True or false: CSS stands for Cascading Style Sheets?
True or false: CSS stands for Cascading Style Sheets?
True or false: CSS is used to specify the structure of a web page?
True or false: CSS is used to specify the structure of a web page?
True or false: CSS rules define sets of styles?
True or false: CSS rules define sets of styles?
True or false: Inline Styles is a way to include CSS in a web page?
True or false: Inline Styles is a way to include CSS in a web page?
True or false: The CSS rule 'p { color: blue; font-weight: bold; }' means that all elements on the page should be blue and bold?
True or false: The CSS rule 'p { color: blue; font-weight: bold; }' means that all elements on the page should be blue and bold?