Edit This Code:
<!DOCTYPE html>
<html>
<body>

<form action="action_page.php">
  Search Google:
  <input type="search" name="googlesearch">
  <input type="submit">
</form>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy