Podcast
Questions and Answers
What is the main advantage of using External CSS?
What is the main advantage of using External CSS?
- It is used to define a special state of an element.
- It allows styling of a single HTML page at a time.
- It is used to style an element when a user mouses over it.
- It saves time and effort by applying changes to all connected pages at once. (correct)
What is the correct file extension for an External CSS file?
What is the correct file extension for an External CSS file?
- .css (correct)
- .txt
- .html
- .js
What is the purpose of the `` element in an HTML page?
What is the purpose of the `` element in an HTML page?
- To style an element when a user mouses over it.
- To group styles under complex contexts.
- To define a special state of an element.
- To reference the external style sheet file. (correct)
What is a pseudo-class used for?
What is a pseudo-class used for?
Where should the `` element be placed in an HTML document?
Where should the `` element be placed in an HTML document?
What is the benefit of keeping styling code in a separate file?
What is the benefit of keeping styling code in a separate file?