Basic HTML and HTML 5: Add a submit button to form

Hey,

I am finding some trouble in this area. Any show of hands to help me. I don’t know how to set the type set attribute to submit.

Here’s my code, to make sense.
<button type set="submit">Submit</button>
I am looking forward to hear a response.

Thanks,
Ak

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make easier to read.

Note: Backticks are not single quotes.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

markdown_Forums

set="submit" What this is doing is attempting to assign the value “submit” to an attribute named set.

Okay, Thank You ArielLeslie, I found my solution. Have a nice day!

set=“submit” not Submit

Thanks, Okay. You too have a nice day Simsim_YT

1 Like