Here is the general format for creating internal cascading styles
- Write the style tags in the head section of the code .
<head>
<style type="text/css">
hr {color: sienna;}
p {font-family: Arial, Verdana, sans-serif; color: #00008B;}
body {background-color: #5F9EA0;}
</style>
</head>