<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<style>
body {background-color: lightblue;}
</style>
</head>
<body style="background-color: olivedrab">
<h1>Multiple Styles Cascades Into One</h1>
<p>Try to experiment by removing styles to see how the cascading stylesheets work.</p>
<p>Try removing the inline first, then the internal, then the external.</p>
</body>
</html>