Learn CSS Colors by Building a Set of Colored Markers - Step 7

Tell us what’s happening:

I think step 7 is broken. It only asks to insert a link to my styles.css and i put it like this way : and it still says that I’m wrong and I only need to put one self-closing link tag

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Colored Markers</title>
    <link rel="stylesheet" href="styles.css"/>
  </head>

<!-- User Editable Region -->

  <body>
    <h1>CSS Color Markers</h1>
  </body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0

Challenge Information:

Learn CSS Colors by Building a Set of Colored Markers - Step 7

Hi there and welcome to our community!

Your code should pass.

Please try the following:

  1. Reset the lesson and resubmit the code.
  2. Hard-refresh the page with CTRL+F5 and resubmit.
  3. Ensure that all browser extensions are disabled, as they can interfere with the tests.
  4. Try a different browser.

I hope that helps!

Tried a different browser and it passed even if I forgot the closing “>”

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