-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
40 lines (26 loc) · 1.11 KB
/
contact.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
<!DOCTYPE html>
<html lang="en" dirs="ltr">
<head>
<link rel="stylesheet" href="CSS/contact.css">
<title>Contact Us!</title>
</head>
<body>
<img id="logo" src="images/lassologo.jpeg" alt="Leftover Lasso Logo">
<div class = "triple">
<img id="horse" src="images/tumbleweed.jpeg" alt="Tumbleweed">
<div class="container">
<form action="action_page.php">
<label for="fname">Name/Company Name</label>
<input type="text" id="fname" name="firstname" placeholder="Name/Company Name">
<label for="fname">Phone Number</label>
<input type="text" id="fname" name="firstname" placeholder="Phone Number">
<label for="fname">Email Address</label>
<input type="text" id="fname" name="firstname" placeholder="Email Address">
<label for="subject">Message</label>
<textarea id="subject" name="subject" placeholder="Message" style="height:200px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
<img id="sherriff" src="images/wagon.jpeg" alt="wagon">
</div>
</body>