Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

i am doing a build a recipe page,
‘’ Build a Recipe Page
Build an app that is functionally similar to this example project. Try not to copy the example project, give it your own personal style.‘’

right so at it says simlilar,own personal style and try not to copy…i did not copy it i did a different recipe (fat cakes). so my problem is when i cave to add an img ,so do i have to use the link provided of i have to go to the internet & get a picture of the recipe im doing?
please help.

Your code so far

<!DOCTYPE html>
<html lang="en"></html>
<head>
 <meta charset"UTF-8">
  <title>Amagwinya(Fat cakes)</title>
</head>
<body>
  <h1>Amagwinya(Fat cakes)</h1>
  <p>Amagwinya(Fat cakes)</p>
  <h2>Ingredients</h2>
    <ol>
      <li>250g(2cups) golden cake wheat flour</li>
      <li>5ml(teaspoon) and 15ml(1 tablespoon) of sugar</li>
      <li>Instant yeast</li>
      <li>1/2 cup lukewarm water</li>
      </ol>
      <h2>Instructions</h2>
      <li>Sit together flour,salt and sugar into a bowl and add instant yeast.Add lukewarm water and mix into a soft dough.</li>
      <li>Knead for at leat 10 minutes,cover with a cloth and leave in a warm place until double in size.</li>
      <li>Heat oil in a deep saucepan.Divide dough into balls,fry in the hot oil until brown and cooked through.</li>
      <li>Drain on an absornent paper and keep warm.</li>
      <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg"/></img>
</body>
 
    

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Hi there and welcome to our community!

You can use your own images but you’ll have to use an image hosting site so that you can then link to the images from your HTML document.

1 Like

you can use the image given in the userstories, it’s there for you to use

or you can find a different image to use, that’s up to you

2 Likes