Internal (Embedded, Global)
Style Sheet
•<head>
<style>
  h3 {font-family:Arial; font-style:italic; color:green}
</style>
•</head>
•<body>
•<h3>This is H3, Arial, italic and green</h3>
•<h3>And so is this H3</h3>
•</body>
This is H3, Arial, italic and green
And so is this