Tell us what’s happening:
sweet ice creamsweet ice cream
ice cream is good
Ingredients
- water
- sugar
- egg
- ice
- coloring
Instructions
- water in bow
- add sugar
- add egg
- add ice
- mix together
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
</html>
<title> sweet ice cream </title>
<meta charset="UTF-8">
<h1>sweet ice cream</h1>
<p>ice cream is good </p>
</head>
<h2>Ingredients</h2>
<ul>
<li>water</li>
<li>sugar</li>
<li>egg</li>
<li>ice</li>
<li>coloring</li>
</ul>
<h2> Instructions</h2>
<ol>
<li> water in bow</li>
<li> add sugar</li>
<li> add egg </li>
<li> add ice</li>
<li> mix together</li>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg"alt="incredient for ice cream">
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Challenge Information:
Build a Recipe Page - Build a Recipe Page