EMBEDDED STYLESHEETS
An Embedded Stylesheet resides inbetween the <head> </head> tags.
The declarations are positioned between <style> </style> tags.
Embedded stylesheets are only connected to the page, and can not be used by another file like External Stylesheets can.
You can list as many declarations as you wish, but it is recommended that if you have a long list that you use an external
stylesheet as a matter of organization.
Embedded Stylesheets are the 2nd level in the CSS hierarchy. These commands will over-ride an external stylesheet commands.
|