-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdummy html.html
51 lines (45 loc) · 1.45 KB
/
dummy html.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my first web page</title>
<style>
</style>
</head>
<body>
<div> <!-- MAIN CONTAINER -->
<h3>Yeukai Loreen Muusha</h3>
<img src = "link", alt = "a city I would love to visit", height = "120", width = "120">
<!--Photo of me at table mountain-->
<div> <!-- MY FIRST SECTION-->
<section> Which city</section>
<div>
<img src = "link", alt = "a city I would love to visit", height = "120", width = "120">
</div>
</div>
<div> <!-- MY SECOND SECTION-->
<section> Foreighn Language</section>
<div>
<table> <!--table with 3 phrases im learning--> </table>
</div>
</div>
<div> <!-- MY Third SECTION-->
<section> Which city</section>
<div>
<img src = "link", alt = "me at first histroric site", height = "120", width = "120">
<p> <!--3 interesting facts about this 1st historic site--></p>
</div>
<div>
<img src = "link", alt = "me at second histroric site", height = "120", width = "120">
<p> <!--3 interesting facts about this 1st historic site--></p>
</div>
<div>
<img src = "link", alt = "me at third histroric site", height = "120", width = "120">
<p> <!--3 interesting facts about this 1st historic site--></p>
</div>
</div>
</div>
</body>
<footer> © Yeukai.Loreen2020</footer>
</html>