<style type="text/css">
.important {
color: red;
}
</style>
# style
Defines a container to add CSS within a web page.
Example: Copy
type
Defines the MIME type of the style block.
"text/css"
This is for CSS content.