TUGAS DARING MATERI 4 BELAJAR HTML - HTML Tag Table
Nama : Murti Handayani
Kelas : XI Rpl 3
Tugas : PBO
Tag Table
1.Coding membuat bendera Indonesia
<html>
<head>
<title>Belajar table</title>
</head>
<body>
<center>
<table border="1" cellpadding="40" style="width:100%">
<tr style="background-color:red">
<td colspan="2"></td>
</tr>
<tr style="bgcolor:white">
<td colspan="2"></td>
</tr>
</table>
<h1>AKU CINTA INDONESIA</h1>
</center>
</body>
</html>
# Hasil coding di atas
2.Coding gabungan
<html>
<head>
<title>tabel warna</title>
</head>
<body>
<center>
<table border="1" cellpadding="20" cellspacing="1">
<tr>
<td colspan="1" style="background-color:red"></td>
<td colspan="1" style="background-color:blue"></td>
<td colspan="1" style="background-color:blue"></td>
<td colspan="1" style="background-color:red"></td>
</tr>
<tr align="center">
<td colspan="1" style="background-color:blue"></td>
<td colspan="2" rowspan="2"> SMK 4 LPPM RI PADALARANG</td>
<td colspan="1" style="background-color:blue"></td>
</tr>
<tr style="bgcolor:white" align="center">
<td colspan="1" style="background-color:blue"></td>
<td colspan="1" style="background-color:blue"></td>
</tr>
<tr style="bgcolor:white" align="center">
<td colspan="1"style="background-color:red"></td>
<td colspan="1"style="background-color:blue"></td>
<td colspan="1"style="background-color:blue"></td>
<td colspan="1"style="background-color:red"></td>
</tr>
</table>
</center>
</body>
</html>
# Hasil dari coding di atas
3.Coding Data Anggota Siswa
<Html>
<head>
<body>
<table border="1" cellpadding="2" style= width:"100">
<tr style="background-color:Yellow">
<th>NO</th>
<th>NAMA</th>
<th>P/L</th>
<th>ALAMAT BLOG</th>
</tr>
<tr>
<th>1</th>
<th>Dini Julianti</th>
<th>P</th>
<th>http://dini-pelajarperdulicovid19.blogspot.com</th>
</tr>
<tr>
<th>2</th>
<th>Rini Nuraeni</th>
<th>P</th>
<th>https://rini-pelajarperdulicovid19.blogspot.com</th>
</tr>
<tr>
<th>3</th>
<th>Eka Hermawan</th>
<th>L</th>
<th>https://ekahermawan-pelajarpedulicovid19.blogspot.com</th>
</tr>
<tr>
<th>4</th>
<th>Vidki</th>
<th>L</th>
<th>https://vidki-pelajarpedulicovid19.blogspot.com/?m=1</th>
</tr>
<tr>
<th>5</th>
<th>Resti Nopianti</th>
<th>P</th>
<th>http://restinopiantii-pelajarperdulicovid19.blogspot.com</th>
</tr>
<tr>
<th>6</th>
<th>Elisna Jungjunan</th>
<th>P</th>
<th>http://elisna-pelajarpedulicovid19.blogspot.com</th>
</tr>
<tr>
<th>7</th>
<th>Miftah Fariz</th>
<th>L</th>
<th>http://miftah-pelajarpedulicovid19.blogspot.com</th>
</tr>
<tr>
<th>8</th>
<th>Suci Nur Sifa</th>
<th>P</th>
<th>https://sucinursifa-pelajarperdulicovid19.blogspot.com/?m=1</th>
</tr>
<tr>
<th>9</th>
<th>Risma</th>
<th>P</th>
<th>https://risma-pedulicovid19.blogspot.com/?m=1</th>
</tr>
<tr>
<th>10</th>
<th>Wulan</th>
<th>P</th>
<th>https://wulanfebriyantipelajarpedulicovid19.blogspot.com/?m=1</th>
</tr>
<tr>
<th>11</th>
<th>Adi Tajudin</th>
<th>L</th>
<th>https://aditajudin-pelajarperdulicovid19.blogspot.com/2020/03/pelajar-perduli-covid-19.html?m=1</th>
</tr>
<tr>
<th>12</th>
<th>David Septian</th>
<th>L</th>
<th>https://davidseptian-pelajarperdulicovid19.blogspot.com/2020/03/pelajar-perduli-covid19.html?m=1</th>
</tr>
<tr>
<th>13</th>
<th>Sutiani K</th>
<th>P</th>
<th>https://sutiani-daringpbo.blogspot.com/2020/05/tugas-daring-materi-3-html-tag-element_10.html?m=1</th>
</tr>
<tr>
<th>14</th>
<th>Hana Azahra</th>
<th>P</th>
<th>http://hanazhra-pelajarpedulicovid19.blogspot.com</th>
</tr>
<tr>
<th>15</th>
<th>Ahmad Dimyati</th>
<th>L</th>
<th>https://ahmadd-pelajarpedulicovid19.blogspot.com/?m=1</th>
</tr>
<tr>
<th>16</th>
<th>Meilyna Amelia</th>
<th>P</th>
<th>https://meilynaamellia-pelajarperdulicovid19.blogspot.com</th>
</tr>
</table>
</body>
</head>
</html>
# Hasil dari coding di atas
#Poto siswa sedang mengerjakan