-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVenice page.html
20 lines (19 loc) · 1.04 KB
/
Venice page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>My Traveler Blog - Venice </title>
</head>
<body>
<h1>This is me with my beloved <a = href "https://en.wikipedia.org/wiki/Horses_of_Saint_Mark">Horses of Saint Mark</a> in Venice</h1>
<img src = "20191006_110655.jpg" width = "800" height = "600">
<br> <br>
<p>This is my favorite photo from Venice. It might not seem so special at first, but let me explain. One of my favorite books is Inferno by Dan Brown. As in all of his books, art and architecture pieces hold a key to a mystery. These exact horses represent one of the main keys in Inferno, and I cannot evet express my excitement when I saw them from the Saint Mark's Square in Venice, let alone come this close to them.</p>
<br>
<p>Go to:</p>
<ul>
<li><a href = "index.html">Main Page</a></li>
<li><a href = "Cappadocia page.html">Cappadocia</a></li>
<li><a href = "New York Page.html">New York</a></li>
</ul>
</body>
</html>