-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogleadvance.html
More file actions
48 lines (40 loc) · 1.56 KB
/
googleadvance.html
File metadata and controls
48 lines (40 loc) · 1.56 KB
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
<html>
<img src="kakashi.jpg" alt="google" width="100px">
<body>
<nav style="border-bottom: 1px solid; border-color: rgb(155, 152, 152);">
<div style="color: red; font-size:25px; margin-top: 50px; font-family: arial,sans-serif;">
Advance Search
</div>
</nav>
<form action="https://google.com/search" name="f" style="margin: 75px;">
<div style=" font-size: 25px; margin-bottom: 25px;">Find pages with...</div>
<div class="field">
<label for="field1">all these words:</label>
<input type="text" class="textinput" id="field1" value="" name="as_q">
</div>
<br>
<div class="field">
<label for="field2">this exact word or phrase: </label>
<input type="text" class="textinput" id="field2" value="" name="as_epq">
</div>
<br>
<div class="field">
<label for="field3">any of this words: </label>
<input type="text" class="textinput" id="field3" value="" name="as_oq">
</div>
<br>
<div class="field">
<label for="field4">none of these words: </label>
<input type="text" class="textinput" id="field4" value="" name="as_eq">
</div>
<br>
<div class="field">
<label for="field5">numbers ranging from: </label>
<input type="text" class="textinput1" id="field5" value="" name="as_nlo">
<span class="seperator">to</span>
<input type="text" class="textinput2" id="field5" value="" name="as_nhi">
</div>
<input type="submit" value="advanced search" style="margin-top: 30px;">
</form>
</body>
</html>