Skip to content

Commit 9c731b6

Browse files
committed
Add semantic tags
1 parent 95f53ae commit 9c731b6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Source-Code/DinosaurGame/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="style.css">
7+
<title>DINOSAUR GAME</title>
8+
</head>
9+
<body>
10+
<h1 class="game-heading">DINOSAUR GAME 🦕</h1>
11+
<div class="game">
12+
<div class="character">
13+
<img class="dino" src="images/dinosaur.png" alt="dino">
14+
</div>
15+
<div class="block">
16+
<img class="cactus" src="images/cactus.png" alt="cactus">
17+
</div>
18+
</div>
19+
<script src="script.js"></script>
20+
</body>
21+
22+
</html>

0 commit comments

Comments
 (0)