I dont know to fix my link element within the head

Tell us what’s happening:
i dont know to fix my link element within the head

  **Your code so far**
\ file: <!DOCTYPE html>
<html>
<head> 
  <link href="style.css" rel="stylesheet" type="text/css">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Colored Markers</title>
</head>
<body>
  <h1>CSS Color Markers</h1>
</body>
</html>
<!DOCTYPE html>
<html>
<head> 
  <link href="style.css" rel="stylesheet" type="text/css">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Colored Markers</title>
</head>
<body>
  <h1>CSS Color Markers</h1>
</body>
</html>
\ file: 

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36

Challenge: Step 7

Link to the challenge:

The href of the link element is styles.css not style.css.

1 Like

thankyou, my mistake

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