Code correction, I need hep guys please

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>

If it’s in a css folder, wouldn’t it be something like “./css/styles.css”?

yeah, thank you so much it works

maybe you also want to include the type in there

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.