-
Notifications
You must be signed in to change notification settings - Fork 0
/
challenge4.html
31 lines (23 loc) · 1.78 KB
/
challenge4.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
<!DOCTYPE HTML>
<html>
<head>
<title>Challenge: A picture-perfect trip</title>
<meta charset="utf-8">
</head>
<body>
<h1>The perfect trip</h1>
<p>A picture representation of my perfect trip to... Take a guess.</p>
<p>I would see scenes like...</p>
<img src="https://i.pinimg.com/474x/7d/98/16/7d98165ffbb3fc30d49778176f92122e.jpg" alt="a beautiful top view of buildings and ocean in santorini" height="190">
<img src="https://i.pinimg.com/originals/70/2e/27/702e27a7321bb614999aa334f0b26e99.jpg" alt="santorini at night" width="300" height="190">
<img src="https://cdn.theculturetrip.com/wp-content/uploads/2020/10/f12c5b-e1604323943577.jpg" alt="balcony view of santorini" width="300" height="190">
<p>And animals like...</p>
<img src="https://greekcitytimes.com/wp-content/uploads/2019/04/Overworked-donkeys-in-Santorini-Greece-1200x854.jpg" alt="rearview of adorned donkeys" width="300" height="190">
<img src="https://ssl.tzoo-img.com/images/tzoo.14993.0.975225.santorini_greece_iStock-1153368609.jpg?width=1080" alt="ginger cat on a white wall" width="300" height="190">
<p>And eat food like...</p>
<img src="https://byunique.com/gallery/?album=398&w=1200&h=600&crop=auto" alt="fruit and salad bowl" width="300" height="190">
<img src="https://www.willflyforfood.net/wp-content/uploads/2019/07/geromanolis-santorini3.jpg.webp" alt="plated beef steak" width="300" height="190">
<img src="https://www.willflyforfood.net/wp-content/uploads/2019/07/the-family-bakery-santorini2.jpg" alt="assortment of pastries shelf" width="300" height="190">
<p>If you guessed Santorini, Greece, then you were absolutely correct!</p>
</body>
</html>