Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>My Travel Blog</title>
  6. </head>
  7. <body>
  8. <h1>My Travels</h1>
  9. <h2>Paris</h2>
  10. <h3>September 2016</h3>
  11. <nav>
  12. <ul>
  13. <li><a href="#highlights">Highlights</a> </li>
  14. <li><a href="#story">Full Story</a></li>
  15. <li><ol>
  16. <li><a href="#day1">Day 1</a></li>
  17. <li><a href="#day2">Day 2</a></li>
  18. <li><a href="#day3">Day 3</a></li>
  19. </ol></li>
  20. <li><a href="#contact">Contact</a></li>
  21. </ul>
  22. </nav>
  23. <div id="highlights"><h3>My Favorite Spots in Paris</h3></div>
  24. <ul>
  25. <li>The Eiffel Tower</li>
  26. <li>The Louvre</li>
  27. <li>Jardin du Luxembourg</li>
  28. <li>Palais Garnier</li>
  29. </ul>
  30. <p>Click <a href="https://en.wikipedia.org/wiki/Paris" target="_blank"> here</a> to learn more about Paris!</p>
  31. <div id="story"><h2>A Weekend on the Seine</h2></div>
  32. <p>I was lucky enough to spend three days visiting Paris this month! I went with a friend and we were able to see many things while we were there!</p>
  33. <h4 id="day1">Day 1</h4>
  34. <p>On our first day, we started by visiting <em>Montmartre</em> right away. Our second stop was the Eiffel Tower (check out that beautiful picture!)
  35. We ate dinner at a cute little bistro overlooking <em>la Seine</em>.</p>
  36. <img src="images/1.jpg" alt="an image of the eiffel tower"/>
  37. <h4 id="day2">Day 2</h4>
  38. <p>On our second day, we went shopping on <em>Avenue des Champs Elysees</em>. Every single person we saw was dressed in the height of fashion.
  39. <br><br>
  40. After we finished shopping, we visited some really beautiful places! We went to <em>Notre Dame</em>. We went on a macaron tour of Paris and ate all of the best macarons the city had to offer. After we finished shopping, we visited <em>le Louvre</em>.</p>
  41. <img src="images/2.jpg" alt="a picture of a thing">
  42. <h4 id="day3">Day 3</h4>
  43. <p>The picture below is of me visiting the <em>Arc de Triomphe</em>. It's huge! We also went to <em>le Musee D'Orsay</em>. Seeing the work of Renoir, Monet, and Van Gogh in person was completely breathtaking. I was surprised to see that the museum also had many sculptures including those by Auguste Rodin, Paul Gauguin, and Alfred Barye.</p>
  44. <img src="images/3.jpg" alt="a picture of another thing">
  45. <div id="contact"><h4>If you have any questions abou
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement