Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I don’t understand why I’m failing when I run the test is there any explanation?
Tasks 2, 3 & 8 show an error, but I don’t see what the problem is.

Your code so far

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>How To Make A Mediem Filet Mignon</title>
</head>

<body>
    <main>
    <h1><strong>How To Make A Mediem Filet Mignon</strong></h1>
    <p>This is a recipe meant to teach you all you need to know before preparing a perfect medium filet mignon steak.</p>
    <img src="https://bing.com/th?id=OSK.9e27c861ba65b1d1bee38c8c5b634cc8" alt="A Juicy Chopped Up Filet Mignon Steak.">
    <h2>Ingredients</h2>
    <ul>
        <li>6 ounce Filet Mignon</li>
        <li>Add Coarse Salt</li>
        <li>Add Black Pepper (freshly grounded)</li>
        <li>1 tablespoon Grapeseed Oil  (or other high-heat, neutral oil of choice)</li>
        <li>2 tablespoons Unsalted Butter</li>
        <li>2 sprigs Fresh Rosemary</li>
        <li>1 clove Garlic</li>
    </ul>
    <h2>Instructions</h2>
    <ol>
       <li>On a cutting board, pat the filet mignon dry with paper towels and let sit at room temperature for 20-30 minutes.</li>
       <li>Preheat the oven to 450˚F (230˚C).</li>
       <li>Generously season all sides of the filet mignon with salt and pepper.</li>
       <li>Heat a medium, oven-safe stainless steel or cast iron skillet over high heat for 5 minutes. Add the grapeseed oil.</li>
       <li>Once the oil beings to smoke, add the filet mignon to the pan. Cook without moving for 2-3 minutes, until a crust has formed.</li>
       <li>Use tongs to flip the steak over, then add the butter, rosemary, and garlic to the pan.</li>
       <li>Tilt the pan and spoon the butter continuously over the steak for 2-3 minutes.</li>
       <li>Transfer the pan to the oven for 7 minutes for a medium rare steak.</li>
       <li>Transfer the steak to a cutting board and let rest for at least 10 minutes before slicing.</li>
       <li>Enjoy!</li>
     </ol>
     </main>
</body>

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 Edg/136.0.0.0

Challenge Information:

Build a Recipe Page - Build a Recipe Page

what are those tests saying? what part of your code do you think is satisfying them?

Isn’t there something missing at the end of your file?

1 Like

Ahh I see it now lol