forked from Web-dut-2022/project-0-JINXXIAN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
41 lines (40 loc) · 2.11 KB
/
index2.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
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="en">
<head>
<title>Advanced Search</title>
</head>
<style>
.divcss1{text-align:center;margin-top: 30px; }
.divcss2{text-align:center;margin-top: 10px; }
.divcss3{text-align:right;margin-top: 50px; margin-right: 200px;}
.divcss4{text-align:right;margin-top: 40px; margin-right: 400px;}
.divcss5{text-align: right;margin-top: 50px;margin-right: 400px;}
</style>
<body>
<div class="divcss5"><a href="index.html">
<button style="border-radius: 10px">百度搜索</button>
</a>
<a href="index1.html">
<button style="border-radius: 10px;">图片搜索</button>
</a>
</div>
<div class="divcss1"><img src="baidu.png" width="300px" /></div>
<div class="divcss2"><form action="https://www.baidu.com/s" method="GET" target="_blank" >
包含全部关键词:<input type="text" name="q1"
style="height: 35px;width: 600px;padding-left:10px;border-radius: 10px;outline: none;border-color: RGB(78,110,242)"/></div>
<div class="divcss2">
包含完整关键词:<input type="text" name="q2"
style="height: 35px;width: 600px;padding-left:10px;border-radius: 10px;outline: none;border-color: RGB(78,110,242)"/></div>
<div class="divcss2">
包含任意关键词:<input type="text" name="q3"
style="height: 35px;width: 600px;padding-left:10px;border-radius: 10px;outline: none;border-color: RGB(78,110,242)"/></div>
<div class="divcss2">
不包括关键词:<input type="text" name="q4"
style="height: 35px;width: 600px;padding-left:10px;border-radius: 10px;outline: none;border-color: RGB(78,110,242)"/>
<input type="hidden" name="tn" value="baiduadv" /></div>>
<div class="divcss3"><input type="submit" value="高级搜索"
style="width:150px;height:40px;background-color: #4E6EF2;border: none;color: white;border-radius: 10px"/></div>
</form>
</body>
</html>