Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<form action="https://www.freecatphotoapp.com/submit-cat-photo">
<input type="text" placeholder="cat photo url">
</form>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
Challenge: Create a Form Element
Link to the challenge:
LucLH
February 19, 2022, 3:42pm
2
Hi @nksinghal1989 ,
First, know that your code is good, you understood what you should do. The issue is just that you changed the content of the input
tag in typing it again. You can reset the code to see how was the original input
or compare here:
Original input
:
<input type="text" placeholder="cat photo URL">
yours:
<input type="text" placeholder="cat photo url">
1 Like
system
Closed
August 21, 2022, 4:47am
5
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.