<html>
<head>
<style>
h1 {
color: orange;
}
</style>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<h1>This is a heading</h1>
<p>The style of this document is a combination of an external stylesheet, and internal style</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_howto_multiple2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:16:35 GMT -->
</html>