HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Type in your code below
Run
<html><body><form action="search_page.html" method="get"> <!-- Other HTML form fields goes here --> <label>Name search</label><br/> <input placeholder="Search for name" type="text"/> <input name="search" type="submit" value="Search Name"/> </form></body></html>
Related Chapters
HTML Input Attributes
HTML Forms Inputs
HTML Forms
Related Examples
HTML Basic Registration Example