<html> <head> <title>Welcome to the Google</title> </head> <body> <form> <input type="text" id="textField"></input> <input type="submit" value="Search"></input> </form> </body> </html>