The style of this document is a combination of an external stylesheet, and internal style
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">