CSS
This lesson gives a brief introduction to cascading style sheets and how they are used with HTML.
Introduction
CSS, like HTML, is not a programming language, it’s a styling language for HTML. To understand CSS, it’s worth recalling the main purpose of HTML. HTML was originally designed as a structural language, but with time and updates, it has been turned into a tool for presentation which uses fonts, colors, and other visual elements. The purpose of CSS is to restore HTML to its original status as a structural language. In other words, cascading style sheets are a way to format your page layout, text, fonts, images, and almost anything that controls the look ...