Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

i have given the correct code but it is not running

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Chicken Curry Recipe</title>
</head>
<body>
    <h1>Chicken Curry</h1>
    <p>Chicken curry or curry / curried chicken is a South Asian dish originating from the Indian subcontinent. </p>
    <h2>Ingredients</h2>
    <ul>
        <li>Boneless Chicken</li>
        <li>Ginger</li>
        <li>Desi masala</li>
        <li>Potatoes</li>
        </ul>
        <h2>Instructions</h2>
        <ol>
            <li>Wash the chicken</li>
            <li>Boil potatoes</li>
            <li>give masalas and salt</li>
            <li>Be careful with the stove</li>
        </ol>
        <img src="https://th.bing.com/th/id/OSK.e0958635166aa1d99ba150b58e078d3b?w=166&h=248&rs=2&qlt=80&o=6&cdv=1&cb=thws4&pid=16.1" alt="Chicken Curry">

    </body>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-recipe-page/build-a-recipe-page

    • List item

Here are some troubleshooting steps you can follow. Focus on one test at a time:

  • What is the requirement of the first failing test?
  • Check the related User Story and ensure it’s followed precisely.
  • What line of code implements this?

If this does not help you solve the problem, please reply with answers to these questions.