Glossary
CSSShort for Cascading Style Sheets. Refers to a standard for formatting the appearance of web pages and provides the ability to separate the layout and styles of a web page from the data or information. Styles such as fonts, font sizes, and margins set up once, and the rest of the site follows these styles without extra coding. CSS also makes updating your website easier in the future, because most style changes only need to be made once.