How to create Submit button in HTML form ?
<
form
action
=
"index.php"
>
<
input
type
=
"submit"
value
=
"Submit Form"
name
=
"submit"
>
</
form
>
No comments:
Post a Comment