Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

what does “your title element should have your recipe title?” means guys? i didnt see any problem or am i missing something?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"
    <title></title>
    </head>
    <body>
      <h1>Tubruk with Ice</h1>
      <p>Welcome to the ultimate guide for making Tubruk Coffee with Ice! This cup of coffee is perfect for satisfying your tounge without overindulging. Follow this simple recipe to create delicious, strong, bold and tasteful coffee that you will love.</p>
      <h2>Ingredients</h2>
        <ul>
          <li>15gr Coffee Beans</li>
          <li>200ml Hot Water</li>
          <li>120gr Ice</li>
          <li>Mug</li>
          <li>Brew time : 3,5-4 min</li>
        </ul>
      <h2>Instructions</h2>
        <ol>
          <li>Put the Coffee Beans (coarse grinded) in to the French Press.</li>
          <li>Pour 100ml Hot Water into the French Press,stir slowly.</li>
          <li>Pour another 100ml Hot Water in to the French Press, then leave for 3,5-4 minutes.</li>
          <li>Close the French Press then pour the coffee into a cup filled with ice.</li>
         </ol>
        <img src="https://img.freepik.com/premium-photo/ice-coffee_1092526-11.jpg" alt="Tubruk with ice">
      </body>
    </html>



Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-recipe-page/build-a-recipe-page

Hi there and welcome to the forum!

Your issue is here:

And of course you need to have some title, not an empty tag

both lines here have issues
you need to double check that meta element

and you need to give content to your title element