<head>
<style>
body {
background-color: linen;
}
h1 {
color: maroon;
margin-left: 40px;
}
</style>
</head>
May be used if one single page has a unique style.
Are defined within the <style> element, inside the <head> section of an HTML page.