-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ind1.html
35 lines (34 loc) · 1.25 KB
/
Ind1.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home Page</title>
<style type="text/css">
.input_box{width:360px; height:40px; border-radius:20px; border-style:none; background:#00FFFF;font-size:20px; color:rgba(249,248,248,1.00);}
</style>
<style type="text/css">
.put_box{width:360px; height:40px; border-radius:7px; border-style:none; background:#F0FFFF;font-size:30px; color:rgba(50,50,50,0.70);}
</style>
</head>
<form action="http://www.baidu.com/baidu" target="_blank">
<table style="border:transparent" width="480" border="1" bordercolor="#FFFFFF" background="C.jpg">
<tr>
<td width="100" > </td>
<td> <input style="height:50px" type=text name=word class="put_box" size=40></td>
<td width="100" > </td>
</tr>
<tr>
<td> </td>
<td> <input name="text" style="height:50px" type="submit" class="input_box" value="Search"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td height="600px"> </td>
</tr>
</table>
</form>
<body>
</body>
</html>