Learn Basic CSS by Building a Cafe Menu - Step 17

Tell us what’s happening:
Describe your issue in detail here.

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 and an href attribute value of styles.css .

Okay, so this is what I put down below:

 <head>
    <a rel="stylesheet" href="styles.css">
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
  </head>

and it’s still saying “Incorrect”. Am I missing something?

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

replace “<a” with “<link”

1 Like

Thank you sir and thank you for editing my code. I will add the backticks next time. Thank you very much and have a great rest of your day.

I hope this helps you. But for next time, no one here is a “sir”…
All the best.