-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment website.html
48 lines (35 loc) · 1.74 KB
/
payment website.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
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
button{
background-color:rgb(230, 32, 32);
text-align:center;
display:ruby-base-container;
cursor:pointer;}
</style>
</head><body><button type="button" <="" button="">clic me</button>
<option value="UPI"> UPI</option>
<button type="button">click me!</button>
<option value="UPI"> debit card</option>
<button type="button">click me!</button>
<option value="credit card">credit card</option>
<h1>Select payment method</h1>
<h1 style="background-color:blue">hii shivam</h1>
<form action="">
<h1>PAYMENT FORM</h1>
<h2 style="background-color:yellowgreen" contact="" information<="" h2="">
<p>Name:<input type="text" name="name"></p>
<p>
Male<input type="radio" name="gender" id="male">
Female<input type="radio" name="gender" id="female">
Transgender<input type="radio" name="gender" id="transgender">
</p>
<p>Address:<input type="address" id="address" cols="100" rows="8"></p>
<p>card number:<input type="card number" id="card number" cols="50" rows="8"></p>
<p>cvv:<input type="cvv" id="address" cols="10" rows="8"></p>
<p>Expiration:<input type="expiration" id="expiration" cols="10" rows="5"></p>
<button type="button">submit</button><br>
<input type="checkbox"><h>i agree to all terms and conditions</h></h2>
</form>
</body></html>