<p>Hello, World!</p>
<html>
<head>
<Title>CSS Cheat Sheet</title> 
<link> rel="stylesheet" type= "text/css" href= "css/style.css">
</head>
<style type= "Text/css">
h1{color:blue;}
</style>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>