back

Style

Tag: <style>

The style tag is used to define style sheet information in a webpage.
It must be placed within the pages head tags.
The attribute type="text/css" is added to the opening tag to define the type of style sheet.
It is closed with the closing tag </style>

Example