-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject Pg3.html
More file actions
27 lines (26 loc) · 949 Bytes
/
Project Pg3.html
File metadata and controls
27 lines (26 loc) · 949 Bytes
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
<!DOCTYPE html>
<html lang="en-US">
<style>
body {
font-size: 48px;
background-color:yellow
}
</style>
<h2>Make a Reservation</h2>
<head>
<title>Make a Reservation</title>
</head>
<body>
<form>
<fieldset>
<legend>Contact Form</legend>
Full Name: <input name="full Name" type="text" placeholder="Enter your full name" />
How Many?: <input number="How many?" type="text" placeholder="Enter How Many?" />
Date and Time: <input data="Date and Time" type="date and time" placeholder="Enter your date and time" />
</fieldset>
<input type="submit" value="Reservation" />
</form>
<p>Denard's Backyard BBQ Restaurant is an amazing place to take the family to satisfy your BBQ craving with some of our Memphis style BBQ, watch a an exciting game, and enjoy our entertainment. Call us at 561-420-4810
<img src="_restaurant.jpg"
</body>
</html>