Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

code not running. tried many ways. looks correct to me. please guide.

from a beginner

Your code so far


<!DOCTYPE html>
<html lang="en">
<head>
   <title>Chicken Butter Masala</title>
   <meta charset="utf-8">
</head>
<body>
  <h1>Chicken Butter Masala</h1>
    <p>Chicken butter Masala is an authentic dish from the subcontinent of India. Has an aroma to crave for. Though the dish has many ways to get prepared, we will prepare it with a hint of dhaba way, indian authetic restaurants.</p>    
<h2>Ingredients</h2>
<ul>
  <li>chicken 250gms</li>
  <li>curd</li>
  <li>coriander powder</li>
  <li>jeera masala</li>
  <li>tandoori masala</li>
  <li>butter 50gms</li>
  <li>chilli 3-4pcs</li>
  <li>lime</li>
  <li>onion</li>
  <li>cashews</li>
  <li>milk</li>
</ul>
<h2>Instructions</h2>
<ol>
  <li>Marinate the chicken with the coriander powder, jeera masala, tandoori masala, curd and lime. keep it covered for atleast 3hrs.</li>
  <li>Fry onion on a pan in slow flame till it gets brownish golden, then stir it after mixing some green chillies and salt.</li>
  <li>Now take about 100gms of cashew and pour milk to understanding, mix it in a machine.</li>
  <li>Now second former lastly, fry the marinated chicken to golden brown</li>
  <li>lastly, pour the fried chicken with the onion and chilli, stir it, now put the cashew and milk paste in the curry. Stir still satisfaction</li> 
</ol>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="delicious chicken butter masala">
</body>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

what do you mean that the code is not running?
your page appear in the preview, it’s running


I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

You’re missing a closing html tag.