Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

  1. Your title element should have your recipe title.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"
<title>Pizaa recipe </title>
</head>
<body>
  <h1>Pizza</h1>
  <p>I want to cooke Delciuse Pizza</p>
  <h2>Ingredients</h2>
  <ul>
    <li>Pizaa</li>
    <li>asa</li>
    <li>adad</li>
    <li>ada</li>
  </ul>
  <h2>Instructions</h2>
  <ol>
    <li>qer</li>
    <li>qwerwe</li>
    <li>qwerwe</li>
    <li>qwerwe</li>
  </ol>
  <image src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="Image could not be dispaly">
</body>



  </html>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

1 Like

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

1 Like

Hi there!

Your meta element doesn’t have a closing angular bracket >

Hello. When accessing the Lab lesson, I only have a blank page. I can add my own code, but I do not have any instructions visible. Are the instructions to be found somewhere, completely?

Later edit: The instructions are visible only by resizing the browser, in mobile view size.