-
Notifications
You must be signed in to change notification settings - Fork 0
/
perpus.html
78 lines (73 loc) · 2.34 KB
/
perpus.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title>HTML: 2213030087</title>
<style>
table,
th,
td {
border: 1px solid black;
}
img {
width: 200px;
height: 250px;
padding-left: 50px;
padding-top: 10px;
}
p {
padding-left: 20px;
}
</style>
</head>
<body>
<table style="width: 70%;">
<tr>
<th>Judul Buku</th>
<th>Deskripsi Buku</th>
</tr>
<tr>
<td>
<a href="https://it-ebooks.info/book/1686052504-introduction_to_software_testing/" target="_blank">
<img src="buku 1.png" width="100px">
</a>
<p style="color: blue; padding-left: 50px;">Introduction to Software Testing</p>
</td>
<td>
<p>Judul Buku : Introduction to Software Testing</p>
<p>Penerbit : Apress</p>
<p>Pengarang : Panagiotis Leloudas</p>
<p style="color: green;">Jumlah Halaman : 211</p>
</td>
</tr>
<tr>
<td>
<a href="https://it-ebooks.info/book/1677084151-software_development_with_go/" target="_blank">
<img src="buku 2.png" width="100px">
</a>
<p style="color: blue; padding-left: 50px;">Software Development with Go</p>
</td>
<td>
<p>Judul Buku : Software Development with Go</p>
<p>Penerbit : Apress</p>
<p>Pengarang : Nanik Tolaram</p>
<p style="color: green;">Jumlah Halaman : 388</p>
</td>
</tr>
<tr>
<td>
<a href="https://it-ebooks.info/book/1677085110-beginning_spring_data/" target="_blank">
<img src="buku 3.png" width="100px">
</a>
<p style="color: blue; padding-left: 75px;">Beginning Spring Data</p>
</td>
<td>
<p>Judul Buku : Beginning Spring Data</p>
<p>Penerbit : Apress</p>
<p>Pengarang : Adres Sacco</p>
<p style="color: green;">Jumlah Halaman : 417</p>
</td>
</tr>
</table>
<iframe width="100%" name="hasil"></iframe>
</body>
</html>