| <html> | |
| <head> | |
| <title>The Google</title> | |
| </head> | |
| <body style="height: 10000;"> | |
| <h1>Welcome to the Google!</h1> | |
| <img src="google.png" id="logo"></img><br> | |
| <form> | |
| <input type="text" id="textField"></input> | |
| <input type="submit" value="Search"></input> | |
| </form> | |
| <br> | |
| <a href="#">Random link</a> | |
| <br> | |
| </body> | |
| </html> |