-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoogle Advanced Search.html
28 lines (27 loc) · 1.29 KB
/
Google Advanced 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Google Advanced Search</title>
</head>
<body>
<div style= "text-align:right;">
<a href="Google Search.html" > Google Search </a>
</div>
<h1 ><span style= color:blue>G<span style=color:darkorange>O<span style=color:darkturquoise>O<span style=color:deeppink>G<span style=color:gold>L<span style=color:indigo>E
</style></h1> </br>
<h2>Advanced Search</h5></br>
</br>
<label for="xX4UFf">all these words:</label>
<input class="jfk-textinput" value="" autofocus="autofocus" id="xX4UFf" name="as_q" type="text"></br>
<label for="CwYCWc"> this exact word or phrase:</label>
<input class="jfk-textinput" value="" id="CwYCWc" name="as_epq" type="text"></br>
<label for="mSoczb"> any of these words:</label>
<input class="jfk-textinput" value="" id="mSoczb" name="as_oq" type="text"></br>
<label for="t2dX1c"> none of these words:</label>
<input class="jfk-textinput" value="" id="t2dX1c" name="as_eq" type="text"></br>
<input type="submit" style="background-color: blue;
border: 1px solid #2f5bb7;
border-image:initial; color:#fff" value="Google Advanced Search" type="submit">
</form>
</body>
</html>