Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

Some part of my code is still not correct and I followed the instructions pls I need help I have reset it countless times its still not correct

Your code so far

<!DOCTYPE html>
 <html lang="en">
  <head>
  <title>strawberry milkshake<title/>
    <meta charset="UTF-8">
    </head>
    <body>
    <h1>strawberry milkshake</h1>
      <p>pick the time of the day or any day or the year.There are no wrong answers when it comes to placing your orders for a delicious and simple prepared strawberry milkshake!whether as breakfast or beverage,morning or evening treat, a fresh strawberry milkshake is the perfact option to satisfy the pallette.Read-on for an easy way to prepare receipe that will have you fufilled in minutes</p>
      <h2>ingredients</h2>
      <ul>
       <li>1 cup of freshly diced strawberry</li>
       <li>1 cup of vanilla ice cream</li>
       <li>1 cup of milk</li>
       <li>a pinch of ground cinnamon</li>
       </ul>
       <h2>instructions</h2>
       <ol>
        <li>place diced strawberry,ice cream,milk and cinnamon into a blander</li>
        <li>cover and blend until smooth</li>
        <li>ice cream can be subsistuted for frozen yogurt</li>
        <li>use milk of choice</li>
        </ol>
        <img src="https://heylua.ai/5af760b1-fa89-4f70-b1f4-402c3b4fffc8.png"alt="A strawberry milkshake in a glass"
        </body>
        </html>
        
        
       
      
      
      
      
     
    

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Recipe Page - Build a Recipe Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-recipe-page/668f08ea07b99b1f4a91acab.md at main · freeCodeCamp/freeCodeCamp · GitHub

Tell us what’s happening:

Its still not correct I need help please
I’ve been doing it since but it’s still showing wrong

Your code so far

<!DOCTYPE html>
 <html lang="en">
  <head>
  <title>strawberry milkshake<title/>
    <meta charset="UTF-8">
    </head>
    <body>
    <h1>strawberry milkshake</h1>
      <p>pick the time of the day or any day or the year.There are no wrong answers when it comes to placing your orders for a delicious and simple prepared strawberry milkshake!whether as breakfast or beverage,morning or evening treat, a fresh strawberry milkshake is the perfact option to satisfy the pallette.Read-on for an easy way to prepare receipe that will have you fufilled in minutes</p>
      <h2>ingredients</h2>
      <ul>
       <li>1 cup of freshly diced strawberry</li>
       <li>1 cup of vanilla ice cream</li>
       <li>1 cup of milk</li>
       <li>a pinch of ground cinnamon</li>
       </ul>
       <h2>instructions</h2>
       <ol>
        <li>place diced strawberry,ice cream,milk and cinnamon into a blander</li>
        <li>cover and blend until smooth</li>
        <li>ice cream can be subsistuted for frozen yogurt</li>
        <li>use milk of choice</li>
        </ol>
        <img src="https://heylua.ai/583883c3-300d-404e-8a38-0f42920aa2e1.png"alt="A strawberry milkshake in a glass"
        </body>
        </html>
        
        
       
      
      
      
      
     
    

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Recipe Page - Build a Recipe Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-recipe-page/668f08ea07b99b1f4a91acab.md at main · freeCodeCamp/freeCodeCamp · GitHub

Check your tags and you have to follow each step exactly including whether they capitalize a word or not

Hi @aiyekiconfidence32,

When you check your code, you should be seeing messages in the console about the failed tests.

The first message refers to your title element. Please check the closing tag. Is the syntax correct?

After you fix that, run the tests again and address the last two failed tests, which refer to your h2 content. For those, please keep in mind that messages/text in the instructions must match your code exactly.

Happy coding

I went ahead and combined your posts for you. In the future, just reply to the original thread to add further updates.