-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactUs.html
95 lines (94 loc) · 3.21 KB
/
ContactUs.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
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
95
<!DOCTYPE html>
<html>
<head>
<title>Coral Bleaching</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor=#F1F1F1>
<center>
<table width="1200" border="0" cellspacing="1" cellpadding="10" bgcolor=#F1F1F1 >
<tr height="50">
<td colspan="2" align="center" bgcolor=#F1F1F1>
<a class="one" href="index.html">Home</a>
<a class="one" href="Facts.html">Research</a>
<a class="one" href="Organizations.html">Organizations</a>
<a class="one" href="ContactUs.html">Contact Us</a>
</td>
</tr>
<tr height="200">
<td class="title" colspan="2" bgcolor=#F1F1F1>
</td>
</tr>
<tr height="600" valign="top">
<td h1 style="background-color:grey; color:black">
<center>
<h2>Contact Information</h2>
<h3>Author:</h3>
AnaheimDucks16
<h3>Last Edited:</h3>
March 11th, 2021
<h3>Email:</h3>
</center>
</td>
<td width="800" style="background-color:grey; color:black">
<center>
<h2>Comments and Questions</h2>
</center>
<h3>What would you like to ask?</h3>
<input type="radio">
<label>How can I help?</label>
<br>
<input type="radio">
<label>Where can I donate?</label>
<br>
<input type="radio">
<label>Can I tell you a story about Coral Bleaching?</label>
<br>
<input type="radio">
<label>Add me to the mailing list</label>
<br>
<input type="radio">
<label>I would like more information</label>
<br>
<input type="radio">
<label>Other...</label>
<br><br><br>
<form action="ContactUs2.html"> Name:
<input type="text">
<br><br>
<form action="ContactUs2.html"> Email Address:
<input type="text">
<br><br>
<form action="ContactUs2.html"> Phone Number:
<input type="text">
<input type="submit">
</form>
<br>
<form action="ContactUs2.html"> Your question/comment:
<br><br>
<textarea rows="4" cols="50"> Enter text here...</textarea>
</td>
</tr>
</table>
</center>
</body>
</html>