Meta Information

style

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.

Syntax

<style attributes> ... </style>

Example

<style type=”text/css”>
   h1 {color:blue;}
</style>

Related tags

HTML attributes

Search the Soup!