Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I don’t understand why my ordered list is not working .

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>My Discipline</title>
    <meta charset="utf-8">
  </head>  
    <body>
      <h1>Faculty Of Computing</h1>
      <p>All Computer Based Courses</p>      
      <h2>Ingredients</h2>
      <ul>
        <li>cos 101.1</li>
        <li>cos 103.1</li>
        <li>mth 101.1</li>
        <li>ges 202.1<?li>
      </ul>
      <section>
      <h2>Instructions<h2>
        <ol>
          <li>Dr. Augustine Ugbari</li>
          <li>Prof. Mirabel Abraham</li>
          <li>Mr. Justice Samuel</li>
          <li>Dr. Marvellous Samuel</li>
         
        </ol>
      
      <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg"alt="University Of Port Harcort Logo"
      </section>
    </body>
</html>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Welcome to the forum @marvee !

Did you notice you have a syntax error in these closing tags?

Happy coding!

Notice how the code written correctly changes color but incorrect code doesn’t react that way. This can be a hint something’s incorrect.

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