Tell us what’s happening:
I am failing at 3 of the requirements,
2. You should have an html element with lag en
3. you should have a head element within the html element
8. you should have a body element within your html element
I feel pretty confident in what I have here. I’ve tried hard refreshing and it hasn’t worked, I’ve gone back and read all the info from the cat photo app again and everything I have here is the same as the stuff there.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<title> Alfredo Sauce Recipe </title>
<meta> <charset="utf-8">
</head>
<body>
<h1>Alfredo a la Xander</h1>
<p>In this recipe you will learn how to make a delicious Alfredo Sauce!</p>
<h2>Ingredients</h2>
<ul>
<li> 16 oz. Heavy Cream</li>
<li> 8 oz. Parmesan Cheese</li>
<li> 1 tbsp. Butter</li>
<li> 2 Slices American Cheese
<li> 1 oz. Flour</li>
<li> 1 tsp cayenne powder</li>
<li> S&P TT</li>
</ul>
<h2>Instructions</h2>
<ol>
<li> Begin by melting 1 tbsp of <Strong>Butter</strong> </li>
<li> Once melted add 1 oz of <strong> Flour</strong> and stir until it becomes a golden brown paste</li>
<li>Begin slowly adding heavy cream 2 ounces at a time, until you have added all the cream.</li>
<li>Slowly add the Shredded Parmesan to the Heavy cream on low-medium heat until fully incorporated.</li>
<li>Add both slices of american cheese and the Seasononings, stir until fully incorporated.</li>
<img src="https://valentinascorner.com/wp-content/uploads/2022/05/alfredo-sauce-5.jpg" alt="Alfredo Sauce">
</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/18.5 Safari/605.1.15
Challenge Information:
Build a Recipe Page - Build a Recipe Page