Dashboard Temp Share Shortlinks Frames API

HTMLify

interest.html
Views: 35 | Author: dakshbadal1379
 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 name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="int.css">
</head>
<body>
    <div class="box">
        <label for="">Principal</label>
        <input id="principal" type="number" placeholder="Enter Principal Amount">
        <label for="">Rate</label>
        <input id= "rate" type="number" placeholder="Enter Rate Amount">
        <label for="">Time In Yrs</label>
        <input id="time" type="number" placeholder="Enter Time">
        <div class="btn">
        <button id="btn">Calculate</button>
            <p id="res">Result: </p>
    </div>
    </div>
    <script src="inte.js"></script>
</body>
</html>