Create a Bulleted Unordered List - Not run successfully

Tell us what’s happening:
Describe your issue in detail here.
Test is not run successfully

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
<ul>
<li>milk</li>
<li>catfood</li>
<li>humans</li>
</ul>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36

Challenge: Create a Bulleted Unordered List

Link to the challenge:

from the 4 tests which one did it not pass? I pasted the same code in the editor and it worked, try re-running it again

Hi @archana-nagaraj !

Welcome to the forum!

The code you have shared works on my end. Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

Thanks and you are right. Dark mode was on .

Test ran successfully with light mode enabled.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.