This element allows a style sheet to be specified for the page. It should appear within the section of a document.
Example
body {
background-color: black;
color: white;
}
The body cotains a black background and white letters.