-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuybook.html
More file actions
30 lines (28 loc) · 2.01 KB
/
Copy pathbuybook.html
File metadata and controls
30 lines (28 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Buy Books - Book Store</title>
</head>
<body bgcolor="#ffcc66" background="images/img orderig.webp">
<center><font color="blue" size="4">
<h1 >Buy Books</h1>
<p>Find your favorite books and purchase them from trusted sellers.</p>
<div><br>
<hr> <br> <br>
<form action="buybookafter.html"><label for="name"> Name:
<input type="text" placeholder=" Name" required><br></label> <br> <br>
<label for="phoneno">Mobile Number: <input type="text" placeholder=" 9834674578" required><br></label> <br> <br>
<label for="email"> E-mail id: <input type="text" placeholder=" abc@gmail.com" required><br></label> <br> <br>
<label for="select your book" >Number of Books:<input type="number" placeholder="Quantity" required></label> <br> <br> <br>
<label for="Payment method">Paymaent Mathod:
<select name="Mathod" ><option >Select</option> <option value="text" >UPI</option>
<option value="text">Internet Banking</option></select></font> </label> <br>
<br>
<button type="submit"> <font color="red" size="3" background="blue">Buy</font> </button></center>
<font color="blue" > <br> <br> <br> <br><hr><p>©2025 Book Store. All rights reserved.</p></font>
</form>
</div>
</body>
</html>