What's wrong with my simple HTML form?
asked 10 months ago Asked
0 Answers
13 Views
I've created a basic HTML form, but it doesn't seem to be working as expected. When I submit the form, nothing happens. Can someone help me identify any errors in my code and guide me on how to fix it?
<form action="#" method="post">
<input type="submit" value="Submit">
</form>