TABLE PERCOBAAN HTML

 TABLE PERCOBAAN HTML

    Halo guys hari ini gue bakalan share script table untuk pembuatan web html,mungkin ini sederhana tapi semoga apa yang gue share ke blog ini dapat bermanfaat buat kalian okay..
    Nah skarang gue bakalan kasih 4 Script table html yang saya buat untuk bahan pembelajaran.
output tabble ini akan seperti ini


  1. 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>