Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I checked answers from others but still smth wrong with what I am writing. Below are my failed step. The rest all check well. Can you please help? :frowning:
Failed:2. You should have an html element with lang set to en.
Failed:3. You should have a head element within the html element.
Failed:4. You should have title element within your head element.
Failed:6. You should have a meta element within your head element.
Failed:8. You should have a body element

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Albanian Recipes</title>
    <meta charset="UTF-8">
  <body>
    <h1>Albanian Byrek</h1>
    <p>This is a traditional recipe.</p>
    <h2>Ingredients</h2>
    <ul>
      <li>Phyllo dough</li>
      <li>Spinach</li>
      <li>Feta cheese</li>
      <li>Olive Oil</li>
      <li>Garlic</li>
    <h2>Instructions</h2>
    <ol>
      <li>Step 1 XYZ.</li>
      <li>Step 2 XYZ.</li>
      <li>Step 3 XYZ.</li>
      <li>Step 4 XYZ.</li>
    <img src="https://www.flickr.com/photos/roboppy/1455986181/in/photolist-zdkYZ-zdkZ4-2MQrw5-yAB1q-3dEiY2-742JwG-2MLhAa-2MQxfq-2MLf8r-2MQA3Y-3Jxwtx-4cX2FD-2ML6jp-2ML13a-8d8eLE-cwTyZo-8fw1Fw-arHQy7-yAB1t-kYtBWT-3W5gKo-gpsQMx-2PfkPX-owos3Z-iT4QAq" alt="Byrek baked in wooden stove">  
    

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

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

what are the parts that make an element?

Thank you. This helped me solve 3 out of the 5 steps. Trying one more time :slight_smile: .

you have the same issue on five separate elements

you can find almost all of them if you use an html validator Ready to check - Nu Html Checker

Thanks a lot :slight_smile: . Now the world has another (half-baked) recipe.