Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

Code looks ok checked on nu html code checker; When hit run the tests seems to stall on // running tests, thanks

Your code so far



<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Technology Based Composition</title>
    <meta charset="utf-8">
    </head>
<body>
  <h1>Technology Based Composition</h1>
  <p>The guide is intended to provide you with ideas you can use to help meet the marking criteria for ANY of the chosen briefs.It also provides an example of how to write about your chosen settings in the log book.</p>
  <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="A slice of lasagna on a plate">
  <h2>Ingredients</h2>    
<ul>
  <li>Synthesis - 8 marks</li>
  <li>Sampling - 8 marks</li>
  <li>Creative Effects - 8 marks</li>
  <li>Editing of Mix - 6 marks</li>
</ul>
<h2>Instructions</h2>
<ol>
  <li>Response to Brief - 6 marks</li>
  <li>Style and coherence  - 6 marks</li>
  <li>Structure - Melody - 6 marks</li>
  <li>Structure  - Harmony - 6 marks</li>
  <li>Structure - Rhythm   - 6 marks</li>
  <li>Structure - Texture - 6 marks</li>
  <li>Form and Structure  - 6 marks</li>
</ol>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Your solution works from my end. Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.

Amazing, that worked- Followed your instructions “Restart Step” button and also needed to go into private mode (Mac, Safari)
Really appreciate your help thank you!

1 Like