" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
<html>
<head>
<title>HTML</title>
</head>
<body>
<font color=red>TUGAS TIK</color>
</body>
</html>
th, td, table {
border: 2px dashed red; border-collapse: collapse;
padding: 15px;
}
</style>
<table style="width:100%">
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>