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