How can i reset?

Tell us what’s happening:
how can i “undo” the code that i did to get back to the original code for that particular part of coding. again, i dont want to start at the beginning. i want to start at the beginning of the form action and input part of the lesson. i deleted the input
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>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<form action="https://www.freecatphotoapp.com/submit-cat-photo"</form>

</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

Here are the shortcuts:
CTRL + Z (un-do your previous action)
CTRL + Y (re-do your previous action)

And there’s also a button in the challenge that can reset the challenge.

1 Like

if you use the Reset code button it will bring back the challenge at its starting state. Or you can also clean your brower cache, which will delete all data saved locally included the challenge code

2 Likes

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