<html>
<head>
<style>
body {
background-color: linen;
}
h1 {
color: maroon;
margin-left: 40px;
}
</style>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_howto_internal by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:16:35 GMT -->
</html>