Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I use nvda due to low vision. I built the recipe page in vs code editor and pasted the contents into the fcc editor. The preview looks to be complete but I am unable to activate the check your code button. BTW – when I first started the recipe project I accidentally activated check your code and obviously got a list of several errors. I’ve tried resetting my code a couple of times and that does clear the editor but I’m still not able to activate check your code. Please help

Your code so far

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>Frank's Halloween Recipe</title>
        <meta charset="utf-8" />
    </head>
    <body>
        <h1>Frank's Halloween Recipe</h1>
        <p>Hope you enjoy Frank's spooky recipe content.</p>
        <h2>text Ingredients </h2>
        <ul>
            <li>2 frogs</li>
            <li>1snapping turtle head</li>
            <li>corn meal</li>
            <li>1 bottle of snake oil</li>
        </ul>
    <h2>Instructions </h2>
    <ol>
        <li>Remove frog legs from the body of frog</li>
        <li>Fry until chrisp in snake oil</li>
        <li>Boil turtle head until you can pull off snapper with wirepliers</li>
        <li>Put snappless turtle head in the pan with frog legs</li>
        <li>Add more snake oil, sprinkle in corn meal and fry all until chrisp</li>
    </ol>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="FCC recipe">
    </bod>
    </html>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Hi

I cut and paste your code in the fcc editor and it worked fine for me.

Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.

Do you try both methods of running the tests?

  1. navigating to the button and pressing space
  2. pressing CTRL + Enter