CSS step 17 - i dont know what is wrong

Now you need to link the styles.css file so the styles will be applied again. Nest a self-closing link element in the head element. Give it a rel attribute value stylesheet , a type attribute value of text/css , and an href attribute value of styles.css .

 <head>
    <link rel="stylesheet" type="text/css" href="style.css">
    <meta charset="utf-8"/>
    <title>Cafe Menu</title>
  </head>

Please post a link to the challenge you are working on. Thanks

sure :slight_smile:

But…

Small typo here.

2 Likes

oh very thankful :slightly_smiling_face: :slightly_smiling_face:

1 Like

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