Learn HTML by Building a Cat Photo App - Step 43

Tell us what’s happening:

The tutorial said that I have to add (type) attribute to the (button) or smthn like that.
But I don’t quite understand what it means or what should I do. Can someone help me?

Your code so far

      <button>Submit</button>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 43

1 Like

You need to remember what an attribute is, pls see if this helps

3 Likes

you also have to put type attribute in the opening tag of button element with value of “submit”. then it will create a submit button. Hope this helps.

3 Likes

Hi
As a Frenchman with average English, I too had trouble understanding the instructions.
In fact, it’s inside first button that you need to add it!
It’s the same as img
So :
mod edit: code img removed

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.

1 Like