TABLE PERCOBAAN HTML
Nah skarang gue bakalan kasih 4 Script table html yang saya buat untuk bahan pembelajaran.
output tabble ini akan seperti ini
- Table Pertama
tabble di atas menggunakan table script ini :
<html>
<head>
<title>
Ripal maulana tugas table 1
</title>
</head>
<body>
<table border="1" width="1000" height="100" cellspacing="5">
<tr>
<th style="background:#cccccc;td colspan="3" >RIPAL MAULANA</td>
<th style="background:#cccccc;td align="right" colspan="3" >RIPAL MAULANA</td>
</tr>
</table>
<hr width="99%" align="left" size="12px" color="black">
<table border="1" width="1000">
<tr>
<th style="background:aqua;td align="center" colspan="3" >RIPAL MAULANA</td>
</tr>
</table>
<br/>
<table border="1" width="1000" cellspacing="5">
<tr>
<th style="background:grey;td valign="top" width="200" height="400">FAKULTAS TEKNIK</td>
</tr>
</table>
<hr width="99%" align="left" size="12px" color="black">
<table border="1" width="1000" height="100" cellspacing="5">
<tr>
<th style="background:grey;td colspan="3" >RIPAL MAULANA</td>
<th style="background:grey;td align="right" colspan="3" >RIPAL MAULANA</td>
</tr>
</table>
</body>
</table>
<head>
<title>
Ripal maulana tugas table 1
</title>
</head>
<body>
<table border="1" width="1000" height="100" cellspacing="5">
<tr>
<th style="background:#cccccc;td colspan="3" >RIPAL MAULANA</td>
<th style="background:#cccccc;td align="right" colspan="3" >RIPAL MAULANA</td>
</tr>
</table>
<hr width="99%" align="left" size="12px" color="black">
<table border="1" width="1000">
<tr>
<th style="background:aqua;td align="center" colspan="3" >RIPAL MAULANA</td>
</tr>
</table>
<br/>
<table border="1" width="1000" cellspacing="5">
<tr>
<th style="background:grey;td valign="top" width="200" height="400">FAKULTAS TEKNIK</td>
</tr>
</table>
<hr width="99%" align="left" size="12px" color="black">
<table border="1" width="1000" height="100" cellspacing="5">
<tr>
<th style="background:grey;td colspan="3" >RIPAL MAULANA</td>
<th style="background:grey;td align="right" colspan="3" >RIPAL MAULANA</td>
</tr>
</table>
</body>
</table>
