freeCodeCamp Challenge Guide: Create a Form Element

                      Heres the right answer  

                                   <form action="/submit-cat-photo"><input type="text" placeholder="cat photo URL">
9 Likes
Nesting is just how it sounds, you place code within code
9 Likes

I wish they updated the program so that it saves your work but also if you wrote any comments inside your code to help you not forget things, it wouldn’t delete that either.

6 Likes

<form action="/submit-cat-photo"> <input type="text" placeholder="cat photo URL" /> </form>
this is the code

34 Likes