Learn Basic CSS by Building a Cafe Menu - Step 10

Tell us what’s happening:
Describe your issue in detail here. how to nest the style attribute inside the head element

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head <style </style>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
    
  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>

Your browser information:

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

Challenge: Learn Basic CSS by Building a Cafe Menu - Step 10

Link to the challenge:

Cafe Menu

You need to nest a style element in the head.

how
I have tried but it keeps failing

1 Like

Please share your code.

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