This is a heading

The style of this document is a combination of an external stylesheet, and internal style

Using multiple Style Sheets

This code is placed in the head.

<link rel="stylesheet" type="text/css" href="include/mystyle.css">
<style>
h1 {
  color: orange;
}
</style>