-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgooglesearch.html
31 lines (31 loc) · 1.08 KB
/
googlesearch.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
30
31
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="style1.css">
<head>
<title>Search</title>
</head>
<body>
<div class="Googlesearch">
<form action="https://google.com/search">
<input id="Searchbar" type="text"name="q" placeholder="Search.....">
<input id="button" type="submit" value="Google Search">
</form>
<div class="google_logo">
<img src="google main logo.jpg" height="92" width="272" alt="Image">
</div>
<div class="imagesearch">
<form action="googleimagesearch.html">
<input id="image" type="submit" value="Image Search">
</form>
</div>
<div class="advancesearch">
<form action="advancesearch.html">
<input id="submit" type="submit" value="Advance Search">
</form>
</div>
<form action="https://www.google.com/doodles">
<input id="lucky" type="submit" value="I'm Feeling Lucky">
</form>
</div>
</body>
</html>