Skip to content

Commit 236c1dd

Browse files
committed
Fixed age-calculator
1 parent b591985 commit 236c1dd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

age-calculator/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1+
12
<!DOCTYPE html>
2-
<html>
3+
<html lang="en">
34
<head>
4-
<title></title>
5+
<title>Age calculator</title>
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
58
<link rel="stylesheet" type="text/css" href="style.css" />
69
</head>
710
<body>
811
<div class="container">
912
<div class="input">
10-
<input type="date" id="date" />
13+
<input type="date" id="date" placeholder="Enter your date of birth"/>
1114
<button onclick="ageCalc()">Calculate</button>
1215
</div>
1316
<div class="output">

0 commit comments

Comments
 (0)