<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
table {
border-collapse: collapse;
}
th,
td {
border: 1px solid black;
padding: 10px;
text-align: center;
}
.judul {
justify-content: flex-end;
}
/* CSS untuk mengatur gambar di atas teks */
td {
display: flex;
flex-direction: column;
align-items: center;
}
img {
width: 20px;
margin-bottom: 5px; /* Jarak antara gambar dan teks */
}
</style>
</head>
<body>
<h1 class="judul">
<p>DAFTAR PIKET RPL 2</p>
</h1>
<table>
<tbody>
<tr>
<th>SENIN</th>
<td>
<img src="2.jpg" alt="" />ARIS
</td>
<td>
<img src="2.jpg" alt="" />ARIS
</td>
<td>
<img src="2.jpg" alt="" />ARIS
</td>
<td>
<img src="2.jpg" alt="" />ARIS
</td>
<td>
<img src="2.jpg" alt="" />ARIS
</td>
<td>
<img src="2.jpg" alt="" />ARIS
</td>
</tr>
<!-- Sisipkan kode serupa untuk hari-hari lainnya -->
</tbody>
</table>
</body>
</html>
0 Komentar