I just finished this code need some pointers to see if it passes

<!DOCTYPE html>

<html lang="en">
  <head>
    <title>Beef Wellington</title>
    <meta charset="utf-8">
    </head>
    <body>
      <h1>Beef Wellington</h1>
      <p>Sharpen your knife skills with a Beef Wellington.</p>
      <h2>Ingredients</h2>
      <ul>
      <li>2x400g beef fillets</li>
      <li>Olive oil, for frying</li>
      <li>500g mixture of wild mushrooms,cleaned</li>
      <li>1 thyme sprig, leaves only</li>
      <li>500g puff pastry</li>
      <li>8 slices of Parma ham</li>
      <li>2 egg yolks, beaten with 1tbsp water and a pinch of salt</li>
      <li>Sea salt and freshly ground black pepper</li>
      </ul>
      <h2>Instructions</h2>
      <ol>
        <li>Wrap each piece of beef tigthly in a triple layer of cling film to set its shape, then chill overnight</li>
        <li>Remove the cling film, then quickly sear the beef fillets in a hot pan with a little olive oil for 30-60 seconds until browned all over and rare in the middle.Remove from the pan and leave to cool.</li>
        <li>Finely chop the mushrooms and fry in a hot pan witha little olive oil, the thyme leaves and some seasoning. when the mushrooms begin to release the juices, continue to cook over a high heat for about 10 mintues until all the excess moisture has evaporated and you are left with a mushroom paste(known as a duxelle). Remove the duxelle from the pan and leave to cool.</li>
        <li>Cut the pastry in half, place on a lightly floured surface and roll each piece into a rectangle large enough to envelop one of the beef fillets. Chill in the refrigerator.</li>
        <li>Lay a large sheet of cling film on a work surface and place 4 slice of Parham in the middle overlapping them slightly, to create a square. spread half the duxelle evenly over the ham.</li>
        </ol>
        <img src="https://www.eaters-manifesto.com/2020/09/27/beef-wellington" alt="A beef wellington on a plate">
        </body>
        </html>

We will need more context.

Is this a lab you are working on? if so, please provide a link.

otherwise, please provide more context on what you are working on and what you need help with concerning passing tests

oh sorry, this was the build a recipe pg, a lab course work. b4 i submit, just wanted to ask for help to see if it passes. i could be using this forum wrong but I’m to this program . :victory_hand:

Can you please post a link to the challenge you are working on?

Also note you are capable of resubmitting code for labs if you do not pass on the first try.

You need to run the tests and the tests will provide feedback about what you need to fix.