What does it means when it says, ‘your form should have an action attribute which points to https:“catphotoapp.com/submit-cat-photo”’ and ‘the existing Input element should be nested within a form element.’
I coded as follows
Please let me know as to why this is wrong and how to correct it
the form element has an action atrribute. that means, inside the form opening tag you have to place this action attribute. then put the given lin inside apostrophe.
In this problem, there is an input element <input> that needs to be placed inside the form element <form> </form>. these are the opening and closing form tags. the action attribute is an attribute of the form element. that means the action attribute has to be placed inside the opening form tag. <form action="">. The given URL will be placed in the action attribute. After that, place the given <input> tag and then close the form element. </form>.
this should be your code.
Secondly, try “reset all code” and then try
and since you are using a mobile phone. try opening “desktop site”. this option is present in chrome mobile browser. this might help.