Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

“the first h2 element must contain ‘ingredients’ text” keep appearing even though i’ve inserted the ‘ingredients’ text. help. (sorry for bad english)

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>How to use OpenUtau, beginner-friendly!</title>
    <meta charset="utf-8">
  </head>
  <body>
    <h1>How to use OpenUtau, beginner-friendly!</h1> 
    <p>Do you want to make an UTAU song but you are a beginner and don't wanna deal with classic UTAU's complexity? Maybe OpenUtau is a better alternative for you. <strong>IMPORTANT: MAKE SURE YOU'VE INSTALLED OPENUTAU AND INSTALLED A VOICEBANK TO OPENUTAU BEFORE WE STARTED.<strong></p>
    <img src="https://preview.redd.it/after-trying-every-tip-i-have-found-online-openutau-will-v0-0vwo6qc6cdgg1.png?width=640&crop=smart&auto=webp&s=5c14c3d65b8547d84c433581df6ed7d35051f540" alt="An OpenUtau project using Kasane Teto's voicebank"
    <h2>Ingredients</h2>
    <ul>
      <li>OpenUtau installed on ur computer</li>
      <li>A voicebank. You could use Kasane Teto, Yokune Ruko, etc.</li>
      <li>The song u wanna make, in ur head</li>
      <li>Optional: DAW like LMMS, BandLab, etc. Only necessary if ur gonna make an original song.</li>
    </ul>
    <h2>Instructions</h2>
    <ol>
      <li>Run OpenUtau on your computer.</li>
      <li>Select the voicebank you want to use.</li>
      <img src="https://static.wikia.nocookie.net/3287ff13-41b8-4042-b9f2-a4ebdb6832ed/scale-to-width/755" alt="Selecting voicebank in OpenUtau">
      <li>Click on the track to open the piano roll and input your melodies with the pencil tool.</li>
      <li>Insert the lyrics with double-clicking the note. Make sure you use the correct phonetic input! Example, Hiragana for Japanese.</li>
      <li>Adjust the pitch bend and vibrato for more realistic result. You can also change the resampler for a different vocal tone.</li>
      <li>Press play to listen to the vocal.</li>
      <li>After you finished the vocals, export it to render the vocals as a .wav file.</li>
    </ol>
  </body>
</html>  

Your browser information:

User Agent is: Chrome/149.0.0.0

Challenge Information:

Build a Recipe Page - Build a Recipe Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-recipe-page/668f08ea07b99b1f4a91acab.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @tanshionchirion801

Try closing the img element.

Happy coding

Thank you! I’m actually forgot about that

I’ve changed the category of your topic to better reflect its content.