An Embedded Style Sheet Example

This is heading level 1

Paragraph

This is heading level 2

Paragraph

This is heading level 3

Here is the style sheet that uses a sans-serif font for the first three heading levels.

<style type="text/css">
   h1, h2, h3 
   { 
      font-family: arial, sans-serif 
   }
</style>