Podcast
Questions and Answers
Which of the following is NOT true about CSS?
Which of the following is NOT true about CSS?
- CSS is a programming language
- CSS is added directly inline on each element (correct)
- CSS is used to describe the style of a document
- CSS is a styling language
What is the purpose of the semicolon in CSS?
What is the purpose of the semicolon in CSS?
- To indicate the end of a selector
- To separate multiple property values
- To indicate the end of a property value (correct)
- To separate multiple selectors
What is the best way to add CSS to an HTML document?
What is the best way to add CSS to an HTML document?
- Including CSS in a separate document and linking it with HTML (correct)
- Using inline styles
- Writing CSS directly in the HTML file
- Using external JavaScript to apply CSS
Which style will override external and internal styles?
Which style will override external and internal styles?
What does the 'color' property in CSS do?
What does the 'color' property in CSS do?
What is CSS?
What is CSS?
Is CSS a programming language?
Is CSS a programming language?
Why is HTML studied before CSS?
Why is HTML studied before CSS?
What is the purpose of the semicolon in CSS?
What is the purpose of the semicolon in CSS?
How can style be added directly inline on each element?
How can style be added directly inline on each element?
Flashcards are hidden until you start studying