Tell us what’s happening:
What is wrong with the html and the head and the body ?
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Crèpes</title>
</head>
<body>
<h1>Crèpes au nutella!</h1>
<p>Aujord'hui je vais vous donner la recette inratable des crèpes au nutella à l'algérienne, ma recette préfèré pour l'été qui est simple, rapide et delicieuse.</p>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="image d'une table de cuisine">
<h2>Ingredients</h2>
<ul>
<li>oeufs</li>
<li>lait</li>
<li>farine</li>
<li>nutella</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Casser les oeufs dans un récipient</li>
<li>Ajouter le lait et remuer</li>
<li>Ajouter la farine et bien ramasser en pate liquide</li>
<li>Réchauffer la poele et mettre à feux doux</li>
</ol>
</body>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0
Challenge Information:
Build a Recipe Page - Build a Recipe Page