Kamis, 01 November 2018

HTML TABLE

Menampilkan tugas-table.PNG


Buatlah table jadwal mata pelajaran seperti contoh

Jawab : 

<html>
 <head><center><b><h1> Jadwal Mata Pelajaran </h1></b></center>
 <title> Tugas Ustadz Alfin </title>
 </head>
 <body>
 <center>
 <br><table border ="1">
 <tr bgcolor="#0ba808">
  <th width = "150" height = "60"><font color = "white"> Jam </font></th>
  <th width = "150" ><font color = "white"> Senin </font></th>
  <th width = "150" ><font color = "white"> Selasa </font></th>
  <th width = "150" ><font color = "white"> Rabu </font></th>
  <th width = "150" ><font color = "white"> Kamis </font></th>
  <th width = "150" ><font color = "white"> Jum'at </font></th>
  <th width = "150" ><font color = "white"> Sabtu </font></th>
  <th width = "150" ><font color = "white"> Ahad </font></th>  
 </tr>
 <tr>
  <th bgcolor="#0ba808" height = "60"><font color = "white"> 05:00-06:00 </font></th>
  <th bgcolor="#9ff9bc"> Tahfidz </th>
  <th bgcolor="#9ff9bc"> Tahfidz </th>
  <th bgcolor="#9ff9bc"> Tahfidz </th>
  <th bgcolor="#9ff9bc"> Tahfidz </th>
  <th bgcolor="#9ff9bc"> Tahfidz </th>
  <th bgcolor="#9ff9bc"> Tahfidz </th>
  <th bgcolor="#9ff9bc"> Tahfidz </th>  
 </tr>
 <tr>
  <th bgcolor="#0ba808" height = "60"><font color = "white"> 06:00-08:00 </font></th>
  <th bgcolor="#e1f2e6"> Mandi/Sarapan </th>
  <th bgcolor="#e1f2e6"> Mandi/Sarapan </th>
  <th bgcolor="#e1f2e6"> Mandi/Sarapan </th>
  <th bgcolor="#e1f2e6"> Mandi/Sarapan </th>
  <th bgcolor="#e1f2e6" width = "150" rowspan = "2"> Bersih - Bersih </th>
  <th bgcolor="#e1f2e6"> Mandi/Sarapan </th>
  <th bgcolor="#e1f2e6"> Mandi/Sarapan </th> 
 </tr>
 <tr>
  <th bgcolor="#0ba808" height = "60"><font color = "white"> 08:00-09:00 </font></th>
  <th bgcolor="#9ff9bc"> Fiqih </th>
  <th bgcolor="#9ff9bc"> Hadits </th>
  <th bgcolor="#9ff9bc"> Speaking </th>
  <th bgcolor="#9ff9bc" rowspan = "2"> Web Desain 1 </th>
  <th bgcolor="#9ff9bc"> Grammar </th>
  <th bgcolor="#9ff9bc"> Review Desain Grafis </th>
 </tr>
 <tr>
  <th bgcolor="#0ba808" height = "60" rowspan = "2"><font color = "white"> 09:00-11:00 </font></th>
  <th bgcolor="#e1f2e6" rowspan = "2"> Web Programing 1 </th>
  <th bgcolor="#e1f2e6" rowspan = "2"> Design Grafis 1 </th>
  <th bgcolor="#e1f2e6" rowspan = "2"> Web Programing 1 </th>
  <th bgcolor="#e1f2e6" rowspan = "2"> Olahraga </th>
  <th bgcolor="#e1f2e6" rowspan = "2"> Video </th>
  <th bgcolor="#e1f2e6"> Review Web Desain </th>
 </tr>
 <tr>
  <th bgcolor="#e1f2e6" height = "40"> Aqidah </th>
  <th bgcolor="#e1f2e6"> Review Database </th> 
 </tr>
 <tr>
  <th bgcolor="#0ba808" height = "60"><font color = "white"> 11:00-13:00 </font></th>
  <th bgcolor="#9ff9bc" colspan = "7"> Istirahat/ Shalat/ Makan Siang </th>
 </tr>
 <tr>
  <th bgcolor="#0ba808" height = "60"><font color = "white"> 13:00-15:00 </font></th>
  <th bgcolor="#e1f2e6" colspan = "7"> Jam Cadangan </th>
 </tr>
 <tr>
  <th bgcolor="#0ba808" height = "60"><font color = "white"> 15:00-19:00 </font></th>
  <th bgcolor="#9ff9bc"> Tahsin Qiroati </th>
  <th bgcolor="#9ff9bc"> Olahraga </th>
  <th bgcolor="#9ff9bc"> Tahsin Qiroati </th>
  <th bgcolor="#9ff9bc"> Bahasa Arab </th>
  <th bgcolor="#9ff9bc"> Tahsin Qiroati </th>
  <th bgcolor="#9ff9bc"> Olahraga </th>
  <th bgcolor="#9ff9bc"> Olahraga </th>  
 </tr>
 <tr>
  <th bgcolor="#0ba808" height = "60"><font color = "white"> 19:00-21:00 </font></th>
  <th bgcolor="#e1f2e6"> Web Design 1 </th>
  <th bgcolor="#e1f2e6"> Database 1 </th>
  <th bgcolor="#e1f2e6"> Saqofa </th>
  <th bgcolor="#e1f2e6"> Database 1 </th>
  <th bgcolor="#e1f2e6"> Desain Grafis 1 </th>
  <th bgcolor="#e1f2e6"> Basic Hacking </th>
  <th bgcolor="#e1f2e6"> Review Web Programing </th>
 </tr>
 </table>
 </center>
 <br> Fiqih = Ust Irhamullah
 <br> Speaking = Ust Irhamullah
 <br> Grammar = Ust Irhamullah
 <br> Hadits = Ust Irhamullah
 <br> Video = Mas Diki
 <br> Web Design = Ust Alfin 
 <br> Database = Ust Fuad
 <br> Laravel = Ust Nuli  
 <br> Hacking = Mas Waskita
 <br> Aqidah = Ust Ikhsan
 <br> Tarbiyah : Ust Qudus
 </body>
<html>

Tidak ada komentar:

Posting Komentar

Perintah ( QUERY ) HTML

Macam macam perintah ( QUERY ) HTML 1. Document Summary <html> ... </html> adalah elemen akar di dalam htm...