Basic HTML Form Code with text and submit button
- Forums
- HTML
- Basic HTML Form Code with text and submit button
this is a basic html code for a form which has all the html tags to make up a web search form is a basic example for beginners [2726], Last Updated: Mon Jun 24, 2024
Webune
Sat Apr 06, 2013
0 Comments
580 Visits
<form medotho="POST" action="">
Search: <input type="text" name="field">
<input type="submit" value="Submit">
</form>