Step 43 Cat App

Its really hard for me to help if you don’t show me your code!

What is your latest attempt?

You should start with

          <button>Submit</button>

and then add the word type immediately after the word button? Have you gotten that far?

This. This is what I have. I ended up deleting the last thing I tried in sheer frustration. I’m not sure what url it wants, or what the type is.

<button>Submit</button>

Put your cursor immediately after the word button.

Hit the space bar once.

Type the word type

What does your code look like if you do that?

There is no URL. You were given no URL to use. Don’t think about a URL here. Its not needed.

We’ll add the value later. Just worry about putting the attribute name (type) in the right place!

2 Likes

Sorry for the delay…they limited my posts as a newbie user.

Like this?

<button> type Submit</button>

OMG I GOT IT!!! I tried something else (don’t want to post the answer here) and it worked!!!

1 Like

Huzzah! ::tada: :tada: :tada:

2 Likes

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