-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmemorizing.html
33 lines (30 loc) · 1.07 KB
/
memorizing.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
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>memorizing</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mobile.css">
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li> <a href="memorizing.html">memorizing</a></li>
</ul>
<section id="display" >
<div class="show-data">
<!-- <h2>Defintion</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Maiores suscipit id illo, deleniti eum neque laborum! Incidunt dolore obcaecati at, quaerat illum est sit iste expedita aliquid porro laborum aspernatur.</p>
<h2>Examples</h2>
<p>The garden had an abundance of flowers</p>
<p>The garden had an abundance of flowers</p>
<h2>Synonyms</h2>
<span> <p>one</p><p>two</p><p>three</p></span>
<h2>Antonyms</h2>
<span> <p>one</p><p>two</p><p>three</p></span> -->
</div>
</section>
<script src="memorizing.js"></script>
</body>
</html>