Skip to content

Commit fa83ddb

Browse files
Added few meta tags and title to the webpage
1 parent 82429c7 commit fa83ddb

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

Age Calculator/index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<title></title>
2+
<html lang="en">
3+
<head>
4+
<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>
58
<link rel="stylesheet" type="text/css" href="style.css">
6-
</head>
7-
<body>
9+
</head>
10+
<body>
811
<div class="container">
912
<div class="input">
1013
<input type="date" id="date">
@@ -31,13 +34,13 @@
3134

3235

3336

34-
</div>
37+
</div>
3538

36-
</div>
39+
</div>
3740
<div class="wish" id="wish" >
3841
Happy birthday to you !!!
39-
</div>
40-
</div>
42+
</div>
43+
</div>
4144
<script type="text/javascript" src="script.js"></script>
42-
</body>
43-
</html>
45+
</body>
46+
</html>

0 commit comments

Comments
 (0)