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. NB: The last style sheet will be given preference when both style sheets reference the same element(s).

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