-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.49 KB
/
Copy pathindex.html
File metadata and controls
29 lines (29 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head background="images/images.jpeg">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Store</title>
</head>
<body background="images/img home.webp">
<center>
<h1 ><font color="#ffff" > Welcome To Book Shop</font></h1>
<form action="homepage.html"> <br> <br> <br>
<label for="Name"><font color="yellow"
size="4">First Name:</font> <input type="text" placeholder="First Name" required></label> <br> <br><br>
<label for="Name"><font color="yellow"
size="4">Last Name:</font><input type="text" placeholder="Last Name" required></label><br> <br> <br>
<label for="Name"><font color="yellow"
size="4">Mobile No:</font><input type="text" placeholder="8967456578" required></label> <br> <br> <br>
<label for="Name"><font color="yellow"
size="4">Email id:</font> <input type="text" placeholder="abc@gmail.com" required></label><br>
<button type="submit"> Submit</button>
</form>
</center>
<footer> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
<hr>
<font color="#003300"
size="4"><p>© 2025 Book Store. All rights reserved.</p></font>
</footer>
</body>
</html>