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 b591985 commit 236c1ddCopy full SHA for 236c1dd
age-calculator/index.html
@@ -1,13 +1,16 @@
1
+
2
<!DOCTYPE html>
-<html>
3
+<html lang="en">
4
<head>
- <title></title>
5
+ <title>Age calculator</title>
6
+ <meta charset="UTF-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
<link rel="stylesheet" type="text/css" href="style.css" />
9
</head>
10
<body>
11
<div class="container">
12
<div class="input">
- <input type="date" id="date" />
13
+ <input type="date" id="date" placeholder="Enter your date of birth"/>
14
<button onclick="ageCalc()">Calculate</button>
15
</div>
16
<div class="output">
0 commit comments