Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Index4html.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>HTML Page</title>
<title>Order my food</title>
</head>
<body>
<form>
<fieldset>
<legend>Contact Form</legend>
<legend>Order 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" />
<button type="submit" class="btn" value="Reservation">Place my order</button>
</form>
</body>
</html>
</html>