-
Notifications
You must be signed in to change notification settings - Fork 0
/
radio.html
24 lines (20 loc) · 994 Bytes
/
radio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://kit.fontawesome.com/23be523381.js" crossorigin="anonymous"></script>
<style>
</style>
</head>
<body>
<form>
<img id="img2" src="paytmlog.png"> <span>Paytm Wallet</span><input type="radio" name="gender" value="male" id="rinput" checked> <br><br><hr>
<img id="img2" src="phonepe.png"><span>PhonePe</span><input type="radio" name="gender" value="female" id="rinput"> <br><br><hr>
<img id="img2" src="mobi.png"><span>Mobikwik</span><input type="radio" name="gender" value="other" id="rinput"> <br><br><hr>
<img id="img2" src="freecharge.png"><span>Freecharge</span><input type="radio" name="gender" value="other" id="rinput"> <hr>
</form>
</body>
</html>