hey, I’m trying to link the index.html file to the style sheet located within the /CSS folder. And this is my code, but it’s not running. please help
<html lang="en">
<head>
<title>Chapter 4, Analyze</title>
<link rel="styles.css" href="stylesheet"> type="text/css">
<meta charset="utf-8">
</head>