Tell us what’s happening:
I’ve ran the tests, and it’s telling me “You should have an html element with lang set to en” has failed and that “Your meta element should have its charset attribute se to UTF-8” has failed.
Your code so far
<!DOCTYPE html>
<html lang:"en">
<head>
<title>Hummus recipe</title>
<meta charset:"UTF-8">
</head>
<body>
<main>
<h1>Hummus</h1>
<p>A delicious, velvety smooth homemade recipe for hummus.</p>
<h2>Ingredients</h2>
<ul>
<li>1 can garbanzo beans (~15 oz)</li>
<li>1 1/2 lemons</li>
<li>3 tbsp olive oil</li>
<li>3 tbsp tahini</li>
<li>1/4 tsp paprika (optional)</li>
<li>2 pitas (optional)</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Strain 1 can garbanzo beans (15oz) over a cereal bowl so that you save the aqua fava.</li>
<li>For extra smooth hummus, place the strained beans into a bowl of cold water and rub them around so that their skins pop off. Skim the skins off the top of the water, then strain the beans.</li>
<li>Into your food processor, add the garbanzo beans, 2 tbsp aqua fava, 3 tbsp olive oil, and 3 tbsp tahini (mixed well before adding). Add in the paprika if using.</li>
<li>Juice 1 1/2 lemons into the food processor.</li>
<li>Blend everything together for about 10 minutes on high.</li>
<li>Taste and adjust your hummus for fat, salt, and acid.</li>
<li>Serve your hummus in a bowl. if you'd like a little extra pop to it, drizzle some olive oil on top and sprinkle on sea salt and smoke paprika.</li>
</ol>
<figure>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="A well-ordered workspace will always make cooking easier!">
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Challenge Information:
Build a Recipe Page - Build a Recipe Page