-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLangMelo5.html
85 lines (83 loc) · 3.34 KB
/
LangMelo5.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<!--
7-14 : css and js
17-36 : sidenav menu
38-40 : audio
50-80 : text
-->
<html>
<head>
<link rel="stylesheet" href="./style/LangMelo.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<img onclick="openNav()" src="./style/pic/menu.png" class="menuimg" title="Menu">
<title>Language Melody Lesson 5</title>
<link rel="stylesheet" href="./style/Menu.css">
<link rel="stylesheet" href="./style/Scrollbar.css">
<script src="./Javascript/Menu.js"></script>
</head>
<body>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="homepage.html">Home</a>
<div class="dropdown">
<a href="./lessons.html">Lessons</a>
<div class="dropdown-content">
<a href="./L1.html">Lesson 1</a>
<a href="./L2.html">Lesson 2</a>
<a href="./L3.html">Lesson 3</a>
<a href="./L4.html">Lesson 4</a>
<a href="./L5.html">Lesson 5</a>
<a href="./L6.html">Lesson 6</a>
</div>
</div>
<a href="./irregular_verbs.html">Irregular Varbs</a>
<a href="./livereading.html">Live Reading</a>
<a class="aboutus" href="#">About us</a>
</div>
<h1 class="pagetitle">Language Melody Lesson 5</h1>
<div>
<a class="audiolink" href="./Listening_5.html">
<h2 class="audiotitle">Language Melody Listening File</h2>
</a>
<div class="audio">
<audio controls>
<source src="./Lesson5/Listening/Language melody_mixdown.mp3">
Your browser does not support the audio element.
</audio>
</div>
</div>
<div>
<p class="text">
<span class="red_text">Mahdi:</span>
There is a football match on TV tonight.<br>
<span class="red_text">Sam:</span>
That's great news!When?<br>
<span class="red_text">Mahdi:</span>
Around 7,I think.<br>
<span class="red_text">Sam:</span>
Really?I get home at 6.We can watch it together.<br>
<span class="red_text">Mahdi:</span>
It's excellent!Please buy some fruits.<br>
<span class="red_text">Sam:</span>
OK.That'll be all fun.</p>
<br>
<p class="text">
1.How fantastic!
<span class="red_text">↑</span>
<br>2.That's great!
<span class="red_text">↑</span>
<br>3.That's really nice!
<span class="red_text">↑</span>
<br>4.It's brilliant!
<span class="red_text">↑</span>
<br>5.Well done!
<span class="red_text">↑</span>
<br>6.It's amazing!
<span class="red_text">↑</span>
<br>7.What a wonderful day!
<span class="red_text">↑</span>
<br>8.What a beautiful flower!
</p>
</div>
</body>
</html>