-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (39 loc) · 1.75 KB
/
index.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
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Registeration Form</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1 id='heading'>Registeration Form</h1>
<p id='description'> this is a sample description. this is a sample description this is a sample description
this is a sample description this is a sample description this is a sample description this is a sample
description this is a sample description this is a sample description this is a sample description this is a
sample description I love megha this is a sample description this is a sample description this is a sample
description
this
is a sample description this is a sample description this is a sample description</p>
</div>
<div class="formbox">
<h2>Register Now</h2>
<p>sample text hai ji. sample text hai ji. sample text hai ji. sample text hai ji. .
</p>
<form action="" class="form">
<input id='form_name' type="Name" placeholder="Enter Your Name"><br>
<input id='form_email' type="Email" placeholder="Enter Your Email"><br>
<input id='form_date' type="date" placeholder=""><br>
<input id='form_pass' type="password" placeholder="Enter Your Password"><br>
<input id='form_pass2' type="password" placeholder="Confirm Password"><br>
<input id='button' type="button" value="Create My Account">
</form>
</div>
<div class="footer">
<footer>
<p>Handcrafted with 💖</p>
</footer>
</div>
</body>
</html>