lisaa
1
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”?
lisaa
3
yeah, thank you so much it works
ILM
4
maybe you also want to include the type in there
system
Closed
5
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.