-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (40 loc) · 1.76 KB
/
index.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
32
33
34
35
36
37
38
39
40
41
<!Doctype>
<html>
<head>
<meta charset=
>
<title> photography </title>
</head>
<center>
<h1>Welcome to my Collection</h1>
<fieldset style="color: rgb(14, 113, 226); background-color: rgb(255, 247, 221);">
<h1> <i>Photography is my one of my hobies. Here i want to store some photos clicked by me and creat a Gallary.</i> </h1>
</fieldset>
</center>
<body style="background-color: rgb(230, 240, 250);">
<table>
<tbody>
<tr>
<img src="image2.jpg" alt="photo" width=310 height=350 style="padding:20px;">
<img src="image3.jpg" alt="photo" width=330 height=400 style="padding:20px;">
<img src="image4.jpg" alt="photo" width=310 height=350 style="padding:12px;">
</tr>
<tr>
<img src="image11.jpg" alt="photo" width=310 height=350 style="padding:20px;">
<img src="image6.jpg" alt="photo" width=330 height=400 style="padding:20px;">
<img src="image8.jpeg" alt="photo" width=310 height=350 style="padding:20px;">
</tr>
<tr>
<img src="image9.jpg" alt="photo" width=310 height=350 style="padding:20px;">
<img src="image12.jpg" alt="photo" width=330 height=400 style="padding:20px;">
<img src="image10.jpeg" alt="photo" width=310 height=350 style="padding:20px;">
</tr>
<tr>
<img src="image13.jpeg" alt="photo" width=310 height=350 style="padding:20px;">
<img src="image1.jpg" alt="photo" width=330 height=400 style="padding:20px;">
<img src="image7.jpg" alt="photo" width=310 height=350 style="padding:20px;">
</tr>
</tbody>
</table>
</body>
</html>