Web Technologies (HTML, CSS, JavaScript, HTTP)
Which of the following best describes CSS?
- A. A small piece of data stored by a browser that websites use to remember information between requests.
- B. A style sheet language used to describe the presentation and layout of web pages. ✓
- C. A markup language used to structure content on web pages.
- D. An HTTP response status indicating that a generic server-side error occurred.
Correct answer
B. A style sheet language used to describe the presentation and layout of web pages.
Explanation
CSS refers to a style sheet language used to describe the presentation and layout of web pages.