-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGoogleAdvanceSearch.html
140 lines (123 loc) · 4.38 KB
/
GoogleAdvanceSearch.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<title>Advance Search</title>
<link rel="stylesheet" href="GoogleAdvanceSearch.css">
<link rel="icon" href="images/search.ico">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
</head>
<body>
<header class="header">
<div id="google-image">
<a href="index.html">
<img src="images/GoogleImage.png" width="110px">
</a>
</div>
<header class="header">
<div class="googlesearch">
<a href="Index.html"><img src="images/google-search.png" height="70px" width="100px"></a>
</div>
</header>
</header>
<div class="advance-title">
<p>Advance Search</p>
</div>
<div class="line">
</div>
<div class="main-body" style="
margin-left: 45px;
margin-right: 30.400;
margin-right: 30px;
margin-top: 40px;
">
<form action="https://www.google.com/search" id="s1zaZb" method="GET" name="f">
<div style="
width:100%;
margin: 3px;
padding: 3px;
height: 30px;
">
<div style="
float: left;
display: inline-block;
min-width: 167px;
width: 16%;
font-size: 16px;
min-height: 42px;
font-weight: 500;
color: #333;
vertical-align: middle;
">
<p>Find pages with...</p>
</div>
<div style="
float: left;
display: inline-block;
min-width: 167px;
min-height: 41px;
vertical-align: middle;
width: 50%;
">
</div>
<div style="
float: left;
display: inline-block;
width: 33%;
font-size: 13px;
font-weight: 700;
color: #777;
padding-left: 5px;
vertical-align: middle;
font-size:14px;
">
To do this in the search box.
</div>
</div>
<div class="queries">
<div id="grid">
<div class="grid-items1">
all these words:
</div>
<div class="grid-items2">
<input type="text" autofocus="autofocus" name="as_q">
</div>
<div class="grid-items3">
Type the important words: tri-colour rat terrier
</div>
<div class="grid-items1">
this exact word or phrase:
</div>
<div class="grid-items2">
<input type="text" name="as_epq">
</div>
<div class="grid-items3">
Put exact words in quotes: "rat terrier"
</div>
<div class="grid-items1">
any of these words:
</div>
<div class="grid-items2">
<input type="text" name="as_oq">
</div>
<div class="grid-items3">
Type OR between all the words you want: miniature OR standard
</div>
<div class="grid-items1">
none of these words:
</div>
<div class="grid-items2">
<input type="text" name="as_eq">
</div>
<div class="grid-items3">
Put a minus sign just before words that you don't want: -rodent, -"Jack Russell"
</div>
</div>
</div>
<div class="ad-button">
<input type="submit" value="Advance Search">
</div>
</form>
</div>
</body>
</html>