We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82429c7 commit fa83ddbCopy full SHA for fa83ddb
1 file changed
Age Calculator/index.html
@@ -1,10 +1,13 @@
1
<!DOCTYPE html>
2
-<html>
3
-<head>
4
- <title></title>
+ <html lang="en">
+ <head>
+ <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
+ <title> Age Calculator </title>
8
<link rel="stylesheet" type="text/css" href="style.css">
-</head>
-<body>
9
+ </head>
10
+ <body>
11
<div class="container">
12
<div class="input">
13
<input type="date" id="date">
@@ -31,13 +34,13 @@
31
34
32
35
33
36
- </div>
37
+ </div>
38
39
40
<div class="wish" id="wish" >
41
Happy birthday to you !!!
-</div>
42
43
44
<script type="text/javascript" src="script.js"></script>
-</body>
-</html>
45
+ </body>
46
+</html>
0 commit comments