Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

Number 17 is still unchecked, tho I did the codes properly, plus I already remade it still it’s unchecked, what could be the problem for this?

Your code so far

<!DOCTYPE html>
<html lang="en">

<head>
  <title>Osavor Recipe</title>
  <meta charset="UTF-8">
   </head>

<body>

<h1>Osavor Recipe</h1>

<p>I would be introducing the recipe which is the: Silog Meals, Sizzling, Lugaw, & Light Meals</p>

<h2>Ingredients</h2>
<ul>

  <li>Silog Meals - Meat, Egg, Rice
  </li>
  <li>Sizzling - Sizzling Pork, Tofu, w/ Egg
  </li>
  <li>Lugaw - Plain, siomai, egg, chicharon
  </li>
  <li>Light Meals - rice with ligh dish
  </li>

</ul>

<h2>Instructions<h2>
<ol>

  <li>Silog, At a Styrofoam Box, put the said Meat, then Rice, and the Egg.</li>
  <li>Sizzling, At a Styrofoam Box, put the Pork or Tofu, with the Egg in it.</li>
  <li>Lugaw, At a Cup put a Plain Lugaw in it, then the following like: Siomai, Egg Chicharon</li>
  <li>Light, At a Small Styrofoam put 1 Scoop of Rice, and the small amount of Dish</li>

</ol>

<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="FreeCodeCamp 3 Eggs" >

</body>

</html>

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 Edg/134.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

Hi. The syntax of your second H2 closing tag is wrong. Correct and it should pass.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.