Introduction to CSS

Introduction to CSS

CSS (Cascading Style Sheets) describes how HTML elements are to be displayed.

Example

body { background: white; }

Click on the "Try it Yourself" button to see how it works.

Try it Yourself »