-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadv.html
More file actions
60 lines (56 loc) · 2.14 KB
/
adv.html
File metadata and controls
60 lines (56 loc) · 2.14 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
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
<link rel="stylesheet" href="design.css">
<link rel="stylesheet" href="link.css">
<link rel="icon" type="image" href="https://static.wikia.nocookie.net/school-girls-simulator/images/d/d9/B18C1887-7CB2-41BD-BC00-C680B683668E.jpeg/revision/latest/top-crop/width/360/height/450?cb=20201227164505">
</head>
<body>
<div style="padding:0 0 150px">
<div class="linkcarrier">
<a href="img.html" style="text-decoration: none;"> <button class="submit">Google Image Search</button></a>
<a href="index.html" style="text-decoration: none;"><button class="submit">Google Search</button></a>
</div>
</div>
<div>
<form action="https://google.com/search">
<table class="mytab">
<tr>
<td>
all these words:
</td>
<td>
<input type="text" name="q">
</td>
</tr>
<tr>
<td>
this exact word or phrase:
</td>
<td>
<input type="text" name="epq">
</td>
</tr>
<tr>
<td>
any of these words:
</td>
<td>
<input type="text" name="op">
</td>
</tr>
<tr>
<td>
none of these words:
</td>
<td>
<input type="text" name="eq">
</td>
</tr>
</table>
<input class="sbtn" type="submit" value="Advanced Search">
</form>
</div>
</body>
</html>