-
Notifications
You must be signed in to change notification settings - Fork 0
/
advsearch.html
76 lines (61 loc) · 3.28 KB
/
advsearch.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
<!DOCTYPE html>
<html>
<head>
<title>Google Advanced Search</title>
<link rel="stylesheet" type="text/css" href="advstyle.css" />
</head>
<body>
<div >
<a class="logo_left_top" href="https://www.gstatic.com/images/branding/googlelogo/svg/googlelogo_clr_74x24px.svg"><img id="logo" src="./google_search.png" alt="google.com"></a>
<a class="right" id="top-right" href="./index.html">Google Search</a>
</div>
<div id="title">
<p>Advanced Search</p>
</div>
<hr>
<form action="https://www.google.com/search" method="get" >
<div class="thepage">
<div id="afterhr">
<div>
<p class="firstline">Find pages with...</p>
</div>
<div class="container">
<div class="container0">
<p class="questions">all these words:</p>
<p class="questions">this exact word or phrase: </p>
<p class="questions">any of these words:</p>
<p class="questions">none of these words:</p>
</div>
<div class="container1">
<p><input class="inputbar" type="text" name="as_q" ></p>
<p><input class="inputbar" type="text" name="as_epq"></p>
<p><input class="inputbar" type="text" name="as_oq" ></p>
<p><input class="inputbar" type="text" name="as_eq" ></p>
</div>
<div class="container2">
<p class="hints">Type the important words: tri-colour rat terrier</p>
<p class="hints">Put exact words in quotes: "rat terrier"</p>
<p class="hints">Type OR between all the words you want: miniature OR standard</p>
<p class="hints">Put a minus sign just before words that you don't want:-rodent, -"Jack Russell"</p>
</div>
<div class="container3">
<input id="submitbutton" type="submit" value="Advanced Search">
</div>
</div>
</div>
</div>
</form>
<footer id="footer">
<div class="india">
<p id="india">India</p>
</div>
<div id="main_container">
<div id="container1">
<p class="footitems"><a href="https://support.google.com/websearch/?visit_id=638392587962852623-2643202641&hl=en-IN&rd=2#topic=3378866">Help</a></p>
<p class="footitems"><a href="https://policies.google.com/privacy?hl=en-IN&fg=1">Privacy</a></p>
<p class="footitems" ><a href="https://policies.google.com/terms?hl=en-IN&fg=1">Terms</a></p>
</div>
</div>
</footer>
</body>
</html>