-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMark_Mohsen.html
More file actions
57 lines (43 loc) · 1.63 KB
/
Copy pathMark_Mohsen.html
File metadata and controls
57 lines (43 loc) · 1.63 KB
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
<!DOCTYPE html>
<html>
<head>
<title>ReadIt</title>
<style>
body {
font-family: monospace;
}
h1 {
background-color: yellow;
display: inline-block;
}
strike {
color: gray;
}
</style>
</head>
<body>
<h1>Helloo</h1>
<p><strong><u>Read it by your way and discover your own worlds</u></strong></p>
<h3>N.1 <em>Mythos</em></h3>
<img src="https://cdn.dsmcdn.com/ty1715/prod/QC_PREP/20250721/19/34c0a524-a753-375f-ab65-7e1e7ad40fcb/1_org_zoom.jpg"
width="150">
<p>by <q>Stephen Fry</q></p>
<p><em>talks about the modern retelling of greek.</em></p>
<p>it's price is <strike>1005</strike> 705</p>
<h3>N.2 <em>Norse Mythology</em></h3>
<img src="https://m.media-amazon.com/images/I/71sLzIXQ-3L._SY342_.jpg" width="150">
<p>by <q>Neil Gaiman</q></p>
<p><em>talks about the captivating collection of north legends.</em></p>
<p>it's price is <strike>1595</strike> 1295</p>
<h3>N.3 <em>The Power of Myth</em></h3>
<img src="https://m.media-amazon.com/images/I/71tbalAHYCL.jpg" width="150">
<p>by <q>Joseph Campbell & Bill Moyers</q></p>
<p><em>talks about the exploration of the universal themes in myths across cultures.</em></p>
<p>it's price is <strike>1705</strike> 1505</p>
<hr>
<h4>Coming Soon</h4>
<a href="#">This link'll display some of the best books on romance</a><br>
<span>This is an inline span element</span>
<p><strong>Made by Eng/Hana Ghamry, Eng/Mostafa Mahmoud </strong></p>
</body>
</html>