File tree Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
- < meta charset ="UTF-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < link rel ="stylesheet " href ="style.css ">
8
- < title > Loan Calculator</ title >
5
+ < meta charset ="UTF-8 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
+ < link rel ="stylesheet " href ="style.css ">
9
+ < title > Loan Calculator</ title >
9
10
</ head >
10
- < body >
11
- < div class ="container ">
12
- < h3 > Loan Calculator</ h3 >
13
- < p > Loan Amount: < input type ="number " value ="1 " id ="amount " min ="0 " onchange ="calculateLoan() "> ₹</ p >
14
- < p > Interest Rate: < input type ="number " value ="0.1 " id ="interest " min ="0 " onchange ="calculateLoan() "> % </ p >
15
- < p > Months to Pay: < input type ="number " value ="1 " id ="months " min ="0 " onchange ="calculateLoan() "> </ p >
16
11
17
- < h2 id ="payment "> </ h2 >
18
- </ div >
19
- < script src ="script.js "> </ script >
12
+ < body >
13
+ < div class ="container ">
14
+ < h3 > Loan Calculator</ h3 >
15
+ < p > Loan Amount:
16
+ < input type ="number " value ="1 " id ="amount " min ="0 " onchange ="calculateLoan() "> ₹</ p >
17
+ < p > Interest Rate:
18
+ < input type ="number " value ="0.1 " id ="interest " min ="0 " onchange ="calculateLoan() "> % </ p >
19
+ < p > Months to Pay:
20
+ < input type ="number " value ="1 " id ="months " min ="0 " onchange ="calculateLoan() "> </ p >
21
+ < h2 id ="payment "> </ h2 > </ div >
22
+ < script src ="script.js "> </ script >
20
23
</ body >
21
- </ html >
24
+
25
+ </ html >
You can’t perform that action at this time.
0 commit comments