Step 36 Responsive Web Design - Help please

Hi can you please help me how the code should look like for this task. We are three people trying and we don’t get it right and cannot continue.

Step 36

The action attribute indicates where form data should be sent. For example, <form action="/submit-url"></form> tells the browser that the form data should be sent to the path /submit-url.

Add an action attribute with the value https://freecatphotoapp.com/submit-cat-photo to the form element.

Here, “action” is the attribute and it will have a “value”. The exact syntax is in the second sentence. Note that “/submit-url” is the value for the attribute. Now re-read the final instruction and see if that makes sense…

Don’t forget: the attribute and its value go INSIDE the opening form tag.

1 Like

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