Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

The test said “you should have an html element with lang set to en”

Your code so far

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

<head>
  <meta charset="UTF-8">
  <title>Sweets</title>
</head>
<body>
  <h1>Japanese Mochi</h1>
  <p>Mochi Hehe</p>
  <h2>Ingredients</h2>
  <ul>
    <li>Mochi
    <li>Mochi
    <li>Mochi
    <li>Mochi  
  <h2>Instructions</h2>
  <ol>
    <li>Mochi
    <li>Mochi
    <li>Mochi
    <li>Mochi
  <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="Mochi">
</body>         

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Welcome to the forum @Cybery

Try placing a closing html tag at the end of the code.

Happy coding