- **Epistemic status:** #budding ![CSS3 logo and wordmark.svg](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/CSS3_logo_and_wordmark.svg/120px-CSS3_logo_and_wordmark.svg.png) Stylesheet language used to describe the presentation of the elements in a document written in markup such as [[HTML (HyperText Markup Language)]] should be rendered. It is one of the core languages of the World Wide Web, alongside [[HTML (HyperText Markup Language)]] and [[JavaScript]]. CSS has been standardized across browsers under the W3C specification. It was designed to separate the presentation and content, including layouts, colors, and fonts. --- ## References - “CSS.” In _Wikipedia_, February 23, 2022. <https://en.wikipedia.org/w/index.php?title=CSS&oldid=1073533997>. - “CSS: Cascading Style Sheets | MDN.” Accessed March 4, 2022. <https://developer.mozilla.org/en-US/docs/Web/CSS>.