Add the code snippets in their correct positions.

<html>
<head>
<link href="style.css" rel="stylesheet">
<style>
.lyrics {
font-style: italic;
}
</style>
</head>
<body><h1>Behind the lyrics</h1><p class="lyrics">Knock-knock-knockin' on heaven's door<br>Knock-knock-knockin' on heaven's door</p><h3>Comments</h3><p>dylan04: here the author is obviously trying to say he forgot his keys</p>
</body>
</html>]]>

Add rel first, followed by href.