Internal (Embedded) Style Sheet
•Applies to a single document (HTML file)
•Internal styles are embedded in the head section :
•<head>
• <style type="text/css">
• hr {color: sienna}
• p {margin-left: 20px}
• </style>
•</head>