-
Notifications
You must be signed in to change notification settings - Fork 0
/
galery.html
24 lines (21 loc) · 900 Bytes
/
galery.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
<!DOCTYPE html>
<html>
<head>
<title>galery</title>
</head>
<body>
<h2 align="center">
<font size='7' color="black" align="center">GALERY</font><br/>
<font size='5' face="Chiller" color="black">Yuk Ciptakan Memori Yang Indah Seperti Mereka</font>
</h2>
<br/>
<h2>
<img src="travel1.jpg" width="300" alt="gambar" align="left">
<img src="travel2.jpeg" width="300" alt="gambar" align="left">
<img src="travel3.jpg" width="300" height="200" alt="gambar" align="left">
<img src="travel4.jpg" width="150" height="200" alt="gambar" align="left">
<img src="travel5.jpg" width="300" alt="gambar" align="right">
<br/>
<h2 align="center"><a href="prakweb02.html" align="center" ><font size='3' color="red">BACK</font></a></h2>
</body>
</html>