What is the correct way to include a stylesheet named style.css in the <head> of your document?
<head>
<style link="style.css">
<style src="style.css"></style>
<link style="style.css">
<link rel="stylesheet" href="style.css">