-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSamplePics.html
More file actions
22 lines (22 loc) · 1.38 KB
/
SamplePics.html
File metadata and controls
22 lines (22 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<style>
img {
max-width: 300px;
}
</style>
</head>
<body>
<p>Cat: <img src="https://www.pets4homes.co.uk/images/articles/771/large/cat-lifespan-the-life-expectancy-of-cats-568e40723c336.jpg"></p>
<p>Cat: <img src="http://www.cutestpaw.com/wp-content/uploads/2011/11/To-infinity-and-beyond.jpeg"></p>
<p>Gun: <img src="https://basspro.scene7.com/is/image/BassPro/2190389_9992190389_is"></p>
<p>Boat: <img src="http://greenlakeboatrentals.net/wordpress/wp-content/uploads/2014/12/row-boat-green-lake1.jpg"></p>
<p>Donald Trump: <img src="http://static3.uk.businessinsider.com/image/59305f8f4cb1e419a0397c51-480/donald-trump.jpg"></p>
<p>Cat: <img src="https://cdn.images.express.co.uk/img/dynamic/80/590x/Grumpy-Cat-on-bed-544409.jpg"></p>
<p>Dog: <img src="http://ghk.h-cdn.co/assets/17/30/480x720/pembroke-welsh-corgi.jpg"></p>
<p>Boat: <img src="http://barcelona-orsom.com/70-thickbox_default/catamaran-sail-skyline.jpg"></p>
<p>Island: <img src="https://s-media-cache-ak0.pinimg.com/originals/91/e1/ba/91e1ba9436a227dda9ebbb6c261af62d.jpg"></p>
<p>Gun: <img src="https://www.outdoorlife.com/sites/outdoorlife.com/files/styles/1000_1x_/public/import/2015/AK-47_type_II_Part_DM-ST-89-01131-1.jpg?itok=eC5yQO71"></p>
<p>Jake Paul: <img src="https://www.famousbirthdays.com/headshots/jake-paul-4.jpg"></p>
</body>
</html>