-
Notifications
You must be signed in to change notification settings - Fork 0
/
image_search.html
70 lines (49 loc) · 1.68 KB
/
image_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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="project0.css">
</head>
<body>
<header>
<nav class="menu">
<ul>
<li>
<a href="project0.html">Google Search</a>
</li>
<li>
<a class ="active" href="image_search.html">Image Search</a>
</li>
<li>
<a href="advanced_search.html">Advanced Search</a>
</li>
</ul>
</nav>
</header>
<div class =" google_img_logo_div">
<div class=google_tag >
<img class="logo_img" src="logo_google.jpg" width="280" height="220" >
<!-- <div height:92px;width:272px" title="Google Images" id="hplogo" align="left"> -->
</div>
<div class="logo-subtext">images</div>
</div>
<div>
<div id="forum">
<form action="https:\\www.google.com\images" method="GET">
<div class="inp_item_div">
<div class="inp_search">
<img class = "search-img" src="search_icon.jpg" style="opacity: 0.4">
<input class="input" type="text" name="q" value="" autofocus="autofocus">
<input class="close_icon" type="reset" value="X" >
<input class = hiddin_div type="submit" value="Submit" style="visibility: hidden;">
<div class= extra_imgsrc_div>
<img class = "srch_icon_btn" type="submit" name="icon_btn" src ="search_icon.jpg">
<img class = "camera_icon_btn" type="submit" name="icon_btn" label="Search by images" src="camera_icon.jpg" style="opacity: 0.8 ">
</div>
</div>
</div>
</form>
</div>
</div>
</body>
</html>