Tell us what’s happening:
Can’t pass this code, it keeps saying “you should have an htm element with lang set to en” can anyone go over my work and tell me what I’m missing. Thanks in advance!
Chocolate Chip CookiesChocolate Chip Cookies
The secret to making the best chocolate chip cookies start with using high quality ingridients, homemade chocolate chip cookies can turn out quality every
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Chocolate Chip Cookies</title>
</head>
<body>
<h1>Chocolate Chip Cookies</h1>
<p>The secret to making the best chocolate chip cookies start with using high quality ingridients, homemade chocolate chip cookies can turn out quality every time, delicious, comforting and impossible to resist.</p>
<h2>Ingredients</h2>
<ul>
<li>2 1/4 cups of all-pursose flour</li>
<li>1 teaspoon baking soda</li>
<li>1/2 teaspoon salt</li>
<li>3/4 cup unsalted butter (softened)</li>
<li>3/4 cup brown sugar</li>
<li>1/2 cup white sugar</li>
<li>2 large eggs</li>
<li>2 teaspoons pure vanilla extract</li>
<li>2 cups chocolate chips</li>
<li>1 cup chopped walnuts (optional)</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Preheat your oven to 375.</li>
<li>in a medium bowl, whisk together the flour, baking soda, and salt.</li>
<li>In a large bowl, beat the softened butter, brown sugar and white sugar until smooth and creamy.</li>
<li>Add the eggs one at a time, mising well after each one. Stir in the Vanilla extract.</li>
<li>Gradually mix the dry ingredients into the wet ingridients until combined.</li>
<li>Fold in the chocolate chips and walnuts if using.</li>
<li>Scoop tablespoon sized portions onto the baking sheet.</li>
<li>Bake for 9-11 minutes or until edges are golden brown.</li>
<li>Let the cookies cool on the baking sheet for 5 mins.</li>
<li>Serve warm and enjoy!</li>
</ol>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg"> <alt="Eggs, milk,flour and a whisk on a wooden table">
</body>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Safari/605.1.15
Challenge Information:
Build a Recipe Page - Build a Recipe Page
