-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (81 loc) · 2.51 KB
/
index.html
File metadata and controls
94 lines (81 loc) · 2.51 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
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>My Second Website</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div id="header">
<h3>Holar Foundation</h3>
</div>
<div id="navbar">
<ul>
<li><a href="">Home</a></li>
<li><a href="">Donate</a></li>
<li><a href="">My Account</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</div>
<div class="sideright">
<p>Browse the breed list at the <a href="http://www.akc.org">American Kennel Club</a> home page.</p>
<p>Check out videos and information at the <a href="http://www.westminsterkennelclub.org">
Westminster Kennel Club</a> site.</p>
</div>
<div>
<img class="imagesidebar" src="donate1.jpg" alt="Donate More">
</div>
<div class="main">
<h1>Contact</h1>
<p>We are located at the corner of Winecliff Avenue and Main Street in downtown Athens. Look for the big, pink poodle!</p>
<p>Appointments can be made by calling 555-PAWS or by sending an email to directly to
<a href="malito:[email protected]?subject=" Email ">Janice</a>.</p>
</div>
<div class="main ">
<!----- form start-------->
<table>
<form method="post " enctype="text/plain " action="mailto:[email protected] ">
<tr>
<colgroup align="right " valign="top ">
<td>Full Name:</td>
<td><input type="text " name="name "></td>
</tr>
<tr>
<td>Email Address:</td>
<td><input type="email " name="email " size="30 " maxlength="100 " placeholder="Enter your email address "></td>
</tr>
<tr>
<td>Phone No:</td>
<td><input type="text " name="phone "size="30 " maxlength="11 " placeholder="Enter your phone no "></td>
</tr>
<tr>
<td>Password:</td>
<td><input type="password " name="Password "size="30 " maxlength="11 " placeholder="Enter your Password "></td>
</tr>
<tr>
<td>Gender:</td>
<td><input type="radio " name="Gender " value="Male ">Male
<br>
<input type="radio " name="Gender " value="Female ">Female</td>
</tr>
<tr>
<td></td>
<td><input type="submit " value="Send "> 
<input type="reset " value="Clear "></td>
</tr>
</form>
</table>
<!---------- Form ends here----->
</div>
<div id="footer ">
<ul>
<li><a href=" ">Home</a></li>
<li><a href=" ">Donate</a></li>
<li><a href=" ">My Account</a></li>
<li><a href=" ">About Us</a></li>
<li><a href=" ">Contact Us</a></li>
</ul>
© 2020 Wally Foundation | All Right Reserved
</div>
</body>
</html>