Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

Whats is wrong ?
can this be a bug ?
i checked everthing a few times

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
<title>Build a Recipe Page</title>
<meta charset="UTF-8">
</head>
<body>
<h1>Spaghetti Bolognese</h1>
  <p>Spaghetti Bolognese like Nona make it</p>  
<h2>Ingredients<h2>
<ul>
  <li>Onion</li>
  <li>spaghetti</li>
  <li>tomatos</li>
  <li>olive oil</li>
</ul>
<h2>Instructions</h2>
<ol>
  <li>Onion</li>
  <li>spaghetti</li>
  <li>tomatos</li>
  <li>olive oil</li>
</ol>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="eggs and spoon">
</body>
</html>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Which tests are failing? What troubleshooting have you tried to figure out why those tests are failing?

I thought the formatting and spaces weren’t to the tester’s liking. I’ve tried it, and the error keeps coming up; I wouldn’t know what could be wrong. I was thinking maybe someone else has had the same problem and can confirm it so that I don’t spend ages on it.

Where do you think your code satisfies test 14?

<h2>Ingredients<h2>
**<ul>**
  <li>Onion</li>
  <li>spaghetti</li>
  <li>tomatos</li>
  <li>olive oil</li>
**</ul>**

is this wrong so help me pls if you know the awnser

I’ve edited your post to improve the readability of the code. 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 (').

Ok, look very specifically here. There is something wrong on this line.

oh okay Thanks !
My bad!