Use this tag to define page-level CSS styles. This tag must appear inside the head element. It is often used to apply simple and short styles only to one document. The type attribute is required.
<style attributes> ... </style>
<style type=”text/css”>
h1 {color:blue;}
</style>