We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc4782 commit acb9009Copy full SHA for acb9009
Source-Code/AgeCalculator/index.html
@@ -7,7 +7,17 @@
7
<link rel="stylesheet" href="style.css">
8
</head>
9
<body>
10
-
+ <div class="center">
11
+ <div class="container">
12
+ <p id="currDate"></p>
13
+ <p>Enter the DOB in format: (MM/DD/YYYY)</p>
14
+ <input type="text" placeholder="Enter your D.O.B" id="DOB">
15
+ <button id="CalcAge">Calculate Age</button>
16
+ </div>
17
+ <div id="displayAge">
18
+ <p id="age"></p>
19
20
+</div>
21
<script src="script.js"></script>
22
</body>
-</html>
23
+</html>
0 commit comments