Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
form
action
="action_page.php"
>
Search Google:
<
input
type
="search"
name
="googlesearch"
>
<
input
type
="submit"
>
<
/form
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <form action="action_page.php"> Search Google: <input type="search" name="googlesearch"> <input type="submit"> </form> </body> </html>
Result:
Privacy Policy