-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path6.html
More file actions
90 lines (88 loc) · 2.97 KB
/
6.html
File metadata and controls
90 lines (88 loc) · 2.97 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!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>Untitled Document</title>
<style type="text/css">
body {
margin:0;
background-color:#369;
}
hr{
color:#FFF
}
#content{
overflow:auto;
padding:10px;
font-size:15px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-align:justify;
color:#FFF;
}
#content img{
text-align:center;
}
.style40 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
</style>
</head>
<body>
<div id="content" style="width: 730px; height: 430px !important;">
<table width="100%" border="0" cellpadding="0">
<tr>
<td width="75%"><p style="font-size:larger">Contact Form</p>
<hr />
<table width="539" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="77" valign="top"><div align="right" class="style40">Name</div></td>
<td width="462" align="left" valign="top" style="padding-left:8px"><span class="style40">
<label>
<input type="text" name="Name" id="Name" />
</label>
</span></td>
</tr>
<tr>
<td valign="top"><div align="right" class="style40">Phone</div></td>
<td align="left" valign="top" style="padding-left:8px"><span class="style40">
<label>
<input type="text" name="Phone" id="Phone" />
</label>
</span></td>
</tr>
<tr>
<td valign="top"><div align="right" class="style40">Email</div></td>
<td align="left" valign="top" style="padding-left:8px"><span class="style40">
<label>
<input type="text" name="Email" id="Email" />
</label>
</span></td>
</tr>
<tr>
<td valign="top"><div align="right" class="style40">Query</div></td>
<td align="left" valign="top" style="padding-left:8px"><span class="style40">
<label>
<textarea name="Address" id="Address" cols="45" rows="5"></textarea>
</label>
</span></td>
</tr>
<tr>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top"> </td>
<td valign="top"><label>
<input type="submit" name="button" id="button" value="Submit" />
<input type="reset" name="button2" id="button2" value="Reset" />
</label></td>
</tr>
</table>
<hr />
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,<br />
</p></td>
</tr>
</table>
</div>
</body>
</html>