Could you please help me with this :Nest the existing input element inside a form element and assign "https://freecatphotoapp.com/submit-cat-photo" to the actio

Tell us what’s happening:

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://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>
<form action="/submit-cat-photo">
<input type="text" placeholder="cat photo URL">
</form>

</main>

Your browser information:

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

Challenge: Create a Form Element

Link to the challenge:

Hi, welcome to the forum.

I see two things:

  1. You only need one opening <form> tag. The action attribute goes inside the opening form tag.

  2. You need to include the entire URL.

Hope this helps.

I applied so many codes which were mentioned in this forum as correct answers and none worked…I am already one hr on this one . Cant go forward.

Hi this should be code

It might help to reset the lesson.

why is the forum not showing your full reply - the code? By the way I am new to all this computer language. So pls excuse me if my question look silly

hi i don’t know I posted two times code. Even i m also new in this filed. Just! now I finished this exercise .

1 Like

now can u see? I posted screenshot.

Great it worked. I am sure i tried this too but who knows i may have missed something small. Thank you for your help.

1 Like

@mmaya1 @mamtamukherjee1987

When you post code that has <some stuff included between angle brackets> You have to put three backticks ``` before and after for it to show up.

Or, I find it easier to write the code, highlight it, and click the preformatted text icon </> at the top.

Hope that helps.

1 Like

@mamtamukherjee1987 @mmaya1

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 (’).

1 Like

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

You can post solutions that invite discussion (like asking how the solution works, or asking about certain parts of the solution). But please don’t just post your solution for the sake of sharing it.
If you post a full passing solution to a challenge and have questions about it, please surround it with [spoiler] and [/spoiler] tags on the line above and below your solution code.

Okay dear next time i will keep in mind .I m new here so don’t know so much about group.Thanks for advice :blush: