Learn Basic CSS by Building a Cafe Menu - Step 16

Tell us what’s happening:

I need to link a element. Giving it a rel attribute with the value of “stylesheet” and an href attribute with the value of “styles.css”
The link element is a void element.
Please i’m stuck and i need an advice on it. Thanks

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>
/* file: styles.css */
h1, h2, p {
  text-align: center;
}

Your browser information:

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

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 16

are you sure? to me it looks like you need to create a link element

Please advice on what i’m I missing??

you are not creating the reqeuested link element, you are missing that
rel is not a valid name for an element, instead rel is an attribute

I would suggest you to follow the full stack curriculum instead of this one

oh okay
You know i’m still new here, I haven’t been active

if you are just starting it is a good time to switch to the full stack curriculum

Alright I appreciate you
thanks.