Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

please help, what’s wrong with my declaration

Your code so far

<!DOCTYEP html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Beef Shawarma Recipe</title>
    </head>
    <body>
<h1>Beef Shawarma</h1>
<p>Make a tender and tangy shawarma with a magical marinade</p>
<h2>Ingredients</h2>
<ul>
  <li>Beef stripe</li>
  <li>Garlic, onion powder, salt and pepper</li>
  <li>Shawarma spice, sugar</li>
  <li>Oil, tahini, yellow mustard, vinegar</li>
</lu>
<h2>Instructions</h2>
<ol>
  <li>In a deep bowl add all the ingredients including the shawarma spice mix. Just take 1 tablespoon of the spice mix and leave the rest in a jar for further use.</li>
  <li>Add the beef strips and mix together make sure to coat all the strips well. Cover and refrigerate at least 2 hours for up to 4 hours.</li>
  <li>In a nonstick skillet, cook beef strips in batches, and do not cram the skillet.</li>
  <li>Keep cooking until all the liquids evaporate from the pan and the strips start to brown a little.</li>
  <li>Add onions and saute for a minute then add the peppers and continue for another minute. Turn heat off and add the parsley, do not let the veggies cook all the way through.</li>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="tender and tangy shawarma"</img>
</body>
</html>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Hi. You have a typo

<!DOCTYEP html>

1 Like

Thank you, I see now.