doesn’t work
<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>
<from action="https://www.freecatphotoapp.com/submit-cat-photo">
<input type="text" placeholder="cat photo URL">
</from>
</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.212 Safari/537.36 OPR/76.0.4017.177
Challenge: Create a Form Element
Link to the challenge:
bibek
June 12, 2021, 3:59am
#2
I guess, you have interfered with image src .
I am not able to see that you have used form element to nest the input as asked by the problem.
<form action="https://www.freecatphotoapp.com/submit-cat-photo"> <input type="text" placeholder="cat photo URL">
If not, check for your browser compatibility. Use Edge or any other browser.
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).
You have spelling errors here
vu.dng3210:
<from
and here
vu.dng3210:
</from>
It is <form></form>
but you have <from></from>
Hi @Hensahi !
I have also edited your post so we can now see your code.
Please read my earlier reply about how to write code into the forum.
Thanks!
1 Like
system
closed
December 12, 2021, 3:22am
#8
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.