Code
Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy Search Form</title> <base href="../try-it/"> <link rel="stylesheet" type="text/css" href="search-style.css"> </head> <body> <form> <h2>HTML Search Form</h2> <input type="text" name="search" placeholder="Search.."> </form> </body> </html>
Result