Tell us what’s happening:
my code keeps failing test check 8, what is missing?
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vegan Treat</title>
<body>
<h1>Vegan Beneigt</h1>
<p>This is a classic dessert found on the streets of <em>NEw Orleans</em> but made with vegans in mind.
</p>
<h2>Ingredients</h2>
<ul>
<li>eggs
<li>flour
<li>Palm sugar
<li>Vegan butter
<li>Coconut milk
</ul>
<h2>Instructions</h2>
<ol>
<li>bought groceries
<li>follow insturctions of recipe
<li>enjoy
<li>post it
</ol>
<img src="https://tatyanaseverydayfood.com/wp-content/uploads/2022/10/Sea-Salt-Caramel-Beignets-Recipe-2.jpg" alt="beingets drizzled with caramel">
</meta>
</body>
</head>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0
Challenge Information:
Build a Recipe Page - Build a Recipe Page