Learn HTML by Building a Cat Photo App - Step 35

Hi good day, I’m having a problem with step 35, I’m a beginner to HTML and I don’t understand this question. I’m trying to figure it out. I looked online and it said that I have to input a type.
Can some assist please. thanks

Step 35 is about adding the action attribute to the form tag. You have already added attributes to tags. For example, you added the src attribute to the <img> tag. Adding any attribute to a tag follows the same format:

name="value"

Replace name with the name of the attribute and value with the value you want the attribute to have.

Does that give you enough information to solve this step?

thanks , I had the correct answer but it was not reading it correctly until I took the same solution from online and paste it over. I wasted over 45 mins :unamused:

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