-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 946 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>Learn and Play Academy</title>
</head>
<body>
<header>
<h1>Learn and Play Academy</h1>
</header>
<hr>
<main>
<img src="https://c8.alamy.com/comp/2C51X29/happy-cute-cartoon-school-children-2C51X29.jpg" alt="Children playing Learn and play academy">
<h3>Instructions: </h3>
<div>
<ul>
<li>Get a guardian to enter the name and age of the child.</li>
<li>Press <strong>Play</strong> to start the game.</li>
<li>Match the picture to the word.</li>
<li>Receive your score and have fun!</li>
</ul>
</div>
</main>
<hr>
<button><a href="https://www.coca-colacompany.com/">PLAY</a></button>
</body>
</html>