Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

when submitting and running the tests, it ignores my input and doesn’t tell me if my syntax is good enough to move on, is this a glitch?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Human Soup</title>
    <meta charset="UTF-8">
  </head>
  <body>
    <h1>Human Soup</h1>
    <p>This indulgent, flavourful and exotic Homosapien flesh broth is worth all the effort of getting a live specimen and slowly boiling them in H2O</p>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="Image of eggs and whisk are unrelated to the soup recipe">
    <h2>Ingredients</h2>
    <ul>
      <li>Assorted Spices</li>
      <li>Assorted Herbs</li>
      <li>Assortment of Vegtables</li>
      <li>Collection of Bones</li>
      <li>Flesh from The Human Species</li>
    </ul>
    <h2>Instructions</h2>
    <ol>
      <li>Slice your Homosapien Flesh to your desired cut and put the assortments of Spice and Vegtables in the pot with water par-boiling</li>
      <li>Once the Spices and Veg have flavoured the water, introduce the unique gamey taste of the Human Flesh to the pot</li>
      <li>Slow boil for several hours to ensure that the sacrifice has not been in vain</li>
      <li>After enough time has surpassed, ladle the elite, once-in-a-lifetime Broth into a suitable bowl and garnish with whatever Herbs you've accumulated</li>
      <li>Enjoy the new recipe that you can use whenever you want, so long as you have a neighbour</li>
      <li>(Please note that this also works with flesh pieces of Thyself, though you might not be able to make many bowls using your own flesh)</li>
    </ol>
  </body>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 OPR/119.0.0.0 (Edition std-1)

Challenge Information:

Build a Recipe Page - Build a Recipe Page

what happens when you press the button?