-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (58 loc) · 2.56 KB
/
index.html
File metadata and controls
74 lines (58 loc) · 2.56 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JavaScript</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- <p id="p1"></p>-->
<!-- <p id="p2"></p>-->
<!-- <p id="p3"></p>-->
<!-- <label id="myLabel">name : </label> <br>-->
<!-- <input type="text" id="my"><br>-->
<!-- <button type="submit" id="btn">Submit</button>-->
<!-- <script src="index.js"></script>-->
<!-- <label id="sideA">Input side A :</label>-->
<!-- <input type="text"> <br> <br>-->
<!-- <label id="sideB">Input side B :</label>-->
<!-- <input type="text"> <br><br>-->
<!-- <button type="submit" id="btn"> Submit </button>-->
<!-- <label id="cLable"></label>-->
<!-- <label id="count">0</label><br>-->
<!-- <button id="decrease">decrease</button>-->
<!-- <button id="reset">reset</button>-->
<!-- <button id="increase">increase</button>-->
<!-- <label id="xx"></label> <br>-->
<!-- <label id="yy"></label> <br>-->
<!-- <label id="zz"></label> <br><br>-->
<!-- <button id="roll">Roll</button>-->
<!-- <label id="label1">Harida </label>-->
<!-- <input type="checkbox" id="checkbox"> <br><br>-->
<!-- <button id="btn" > Submit </button>-->
<!-- <label id="visa"> Visa Card </label>-->
<!-- <input type="radio" name="card" id="visaRadio"> <br><br>-->
<!-- <label id="Master"> Master Card </label>-->
<!-- <input type="radio" name="card" id="masterRadio"> <br><br>-->
<!-- <label id="Paypal"> Paypal Card </label>-->
<!-- <input type="radio" name="card" id="paypalRadio"> <br><br>-->
<!-- <button type="submit" id="submit"> Submit </button>-->
<!-- <label id="kotuwa"></label>-->
<!-- <label id="total"></label>-->
<!-- <label id="index"> Number Gessing Game !</label>-->
<!-- <h3>Pick a number between 1 - 10</h3>-->
<!-- <label>Enter Number :</label>-->
<!-- <input type="text" id="text">-->
<!-- <button type="submit" id="submit">Submit </button>-->
<!--<label id="label">Enter a heat :</label> <br>-->
<!--<input type="text" id="txtbox"> <br><br>-->
<!--<label id="label2">Convert to :</label> <br>-->
<!--<label>celsius</label>-->
<!--<input type="radio" id="cradio">-->
<!--<label>faranhite</label>-->
<!--<input type="radio" id="fradio"> <br><br>-->
<!--<button type="submit" id="submit">Submit</button>-->
<button id="btn">Click</button>
<script src="index.js"></script>
</body>
</html>