-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCatsPicsPage.html
More file actions
28 lines (28 loc) · 1.07 KB
/
CatsPicsPage.html
File metadata and controls
28 lines (28 loc) · 1.07 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>My cats pictures page</title>
</head>
<body>
<div style="text-align:center">
<img src="https://www.dropbox.com/s/wzw5cvbou1kvwzv/Cats%20Picture.png?dl=1" width="450">
<br />
<img src="https://www.dropbox.com/s/ep8oznwwd1eqhdh/cats%20logo.jpg?dl=1" width="350">
<br />
<a href="http://htmlpreview.github.io/?https://github.com/Magicnation/HTML/blob/master/Index.html"><img src="https://www.dropbox.com/s/17a7o7u1hfczbpb/HomePageButton.jpg?dl=1"></a>
</div>
<table align="center">
<tr>
<td>
<img src="https://www.dropbox.com/s/2rcon4s4c3cat73/SushiCat.jpg?dl=1" height="300">
</td>
<td>
<img src="https://www.dropbox.com/s/f26azc0m7jp4ljm/cats%20in%20a%20roll.jpg?dl=1" height="300">
</td>
<td>
<img src="https://www.dropbox.com/s/p0s3765eyrk8jpe/cats%20in%20a%20cup.jpg?dl=1" height="300">
</td>
</tr>
</table>
</body>
</html>