-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoogle search.html
29 lines (23 loc) · 934 Bytes
/
Google search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<title>Google Search</title>
</head>
<body>
<div style="text-align:right">
<a href="Google Image Search.html">Google Image Search</a> </br>
<a href="Google Advanced Search.html" >Google Advanced Search</a>
<center>
<h1 style="font-size: 90px; margin-top:200px;"><span style=color:blue>G<span style=color:darkorange>O<span style=color:darkturquoise>O<span style=color:deeppink>G<span style=color:gold>L<span style=color:indigo>E
</style></h1>
</center>
<center>
<form action="https://google.com/search" method="GET" >
<input type="search" name="q" size="70">
<br/>
<input type="submit" value="Google Search"/>   <input type="submit" value="I'm Feeling Lucky!" name="btnI">
</form>
</center>
</div>
</body>
</html>