CSS
CSS (Cascading Style Sheets) is a language used for describing the presentation and styling of HTML documents, including layout, colors, fonts, and animations.
Prerequisites - HTML & web design
body{
background-color: red;
}