script menambahkan gambar animasi pada tabel html

<!DOCTYPE html>
<head>
<title>Left Color</title>
</head>
<body>
<form id="forml" name="forml" method="post"action="">
<table width="800" height="447"align="center"cellspacing="0"
<tr>
<th width="627" height="23"colspan="2" align="center"bgcolor="#FF800"><strong><font color="#000000"size="+4">WEB NUR CHASANAH
</tr>
<tr>
<th width="152" valign="top" bgcolor="#FFFF00"align="left">
<p><a href="HOME.HTML">HOME</a></p></br>
<p><a href="about me.html">ABOUT ME</a></p></br>
<p><a href="musikk.html">MY MUSIC</a></p></br>
<p><a href="my videos.html">MY VIDEOS</a></p></br>
<p><a href="my photos.html">MY PHOTOS</a></p></br>
</th>
<td height="176"align="center"valign="top"bgcolor="#FFFFFF"><p>&nbsp;</p>
<p><img src="foto/gambar.gif"></p>
</td>
</tr>
<tr>
<td height="30"colspan="2" align="center"bgcolor="#FF800"><font size="+2">Copyright © Nur Chasanah.com</td>
</tr>
</table>
</form>
</body>
</html>

script menambahkan link dan file musik dalam tabel html

<!DOCTYPE html>
<head>
<title>Left Color</title>
</head>
<body>
<form id="forml" name="forml" method="post"action="">
<table width="800" height="447"align="center"cellspacing="0"
<tr>
<th width="627" height="23"colspan="2" align="center"bgcolor="#FF800"><strong><font color="#000000"size="+4">WEB NUR CHASANAH
</tr>
<tr>
<th width="152" valign="top" bgcolor="#FFFF00"align="left">
<p><a href="HOME.HTML">HOME</a></p></br>
<p><a href="about me.html">ABOUT ME</a></p></br>
<p><a href="MY MUSIC.html">MY MUSIC</a></p></br>
<p><a href="video.html">MY VIDEOS</a></p></br>
<p><a href="my photos.html">MY PHOTOS</a></p></br>
</th>
<td height="176"align="center"valign="top"bgcolor="#FFFFFF"><p>&nbsp;</p>
<p><a href="musik wav.html">audio dengan format wav</a></p></br>
<p><a href="musik mp3.html">audio dengan format mp3</a></p></br>
<p><a href="musik ogg.html">audio dengan format ogg</a></p></br>
<p>SEMUA AUDIO DENGAN FORMAT BERBEDA BEDA</p>
<p><audio controls><source src="audio/Rekamanku.ogg" type="audio/ogg"></p>
<p><audio controls><source src="audio/Rekamanku.mp3" type="audio/mp3"></p>
<p><audio controls><source src="audio/Rekamanku.ogg" type="audio/ogg"></p>
</td>
</tr>
<tr>
<td height="30"colspan="2" align="center"bgcolor="#FF800"><font size="+2">Copyright © Nur Chasanah.com</td>
</tr>
</table>
</form>
</body>
</html>

script untuk menambahkan video dalam sebuah tabel html

<!DOCTYPE html>
<head>
<title>Left Color</title>
</head>
<body>
<form id="forml" name="forml" method="post"action="">
<table width="800" height="447"align="center"cellspacing="0"
<tr>
<th width="627" height="23"colspan="2" align="center"bgcolor="#FF800"><strong><font color="#000000"size="+4">WEB NUR CHASANAH
</tr>
<tr>
<th width="152" valign="top" bgcolor="#FFFF00"align="left">
<p><a href="HOME.HTML">HOME</a></p></br>
<p><a href="about me.html">ABOUT ME</a></p></br>
<p><a href="my music.html">MY MUSIC</a></p></br>
<p><a href="my videos.html">MY VIDEOS</a></p></br>
<p><a href="my photos.html">MY PHOTOS</a></p></br>
</th>
<td height="176"align="center"valign="top"bgcolor="#FFFFFF"><p>&nbsp;</p>
<video width="100" height="100" controls><source src="VIDEO/WIN_20161024_122525.mp4" type="audio/mp4"></video>
<p>Video dengan Format mp4</p>
</td>
</tr>
<tr>
<td height="30"colspan="2" align="center"bgcolor="#FF800"><font size="+2">Copyright © Nur Chasanah.com</td>
</tr>
</table>
</form>
</body>
</html>

script menambahkan link kedalam tabel video

<!DOCTYPE html>
<head>
<title>Left Color</title>
</head>
<body>
<form id="forml" name="forml" method="post"action="">
<table width="800" height="447"align="center"cellspacing="0"
<tr>
<th width="627" height="23"colspan="2" align="center"bgcolor="#FF800"><strong><font color="#000000"size="+4">WEB NUR CHASANAH
</tr>
<tr>
<th width="152" valign="top" bgcolor="#FFFF00"align="left">
<p><a href="HOME.HTML">HOME</a></p></br>
<p><a href="about me.html">ABOUT ME</a></p></br>
<p><a href="my music.html">MY MUSIC</a></p></br>
<p><a href="my videos.html">MY VIDEOS</a></p></br>
<p><a href="my photos.html">MY PHOTOS</a></p></br>
</th>
<td height="176"align="center"valign="top"bgcolor="#FFFFFF"><p>&nbsp;</p>
<p><a href="mp4.html">video dengan format mp4</a></p></br>
<p><a href="webm.html">video dengan format webm</a></p></br>
<p><a href="ogg.html">video dengan format ogv</a></p></br>
</td>
</tr>
<tr>
<td height="30"colspan="2" align="center"bgcolor="#FF800"><font size="+2">Copyright © Nur Chasanah.com</td>
</tr>
</table>
</form>
</body>
</html>

script menambahkan sebuah foto ke dalam tabel html

<!DOCTYPE html>
<head>
<title>Left Color</title>
</head>
<body>
<form id="forml" name="forml" method="post"action="">
<table width="800" height="447"align="center"cellspacing="0"
<tr>
<th width="627" height="23"colspan="2" align="center"bgcolor="#FF800"><strong><font color="#000000"size="+4">WEB NUR CHASANAH
</tr>
<tr>
<th width="152" valign="top" bgcolor="#FFFF00"align="left">
<p><a href="HOME.HTML">HOME</a></p></br>
<p><a href="about me.html">ABOUT ME</a></p></br>
<p><a href="MY MUSIC.html">MY MUSIC</a></p></br>
<p><a href="video.html">MY VIDEOS</a></p></br>
<p><a href="my photos.html">MY PHOTOS</a></p></br>
</th>
<td height="176"align="center"valign="top"bgcolor="#FFFFFF"><p>&nbsp;</p>
<img src="foto/Akkkuuu.jpg"><p>ini adalah foto saya</p>
</td>
</tr>
<tr>
<td height="30"colspan="2" align="center"bgcolor="#FF800"><font size="+2">Copyright © Nur Chasanah.com</td>
</tr>
</table>
</form>
</body>
</html>

ulangan jobsheet

<!DOCTYPE html>
<head>
<title>Left Color</title>
</head>
<body>
<form id="forml" name="forml" method="post" action="">
<table width="800" height="447"align="center"cellspacing="0"
<tr>
<th width="627" height="23"colspan="2" align="center"bgcolor="#FF800"><strong><font color="#000000"size="+4">WEB SEKOLAH KITA
</tr>
<tr>
<th width="152" valign="top" bgcolor="#FFFF00"align="left">
<p>Menu</p>
<p>Profil Sekolah</p>
<p>Kegiatan</p>
<p>Hubungi kami</p></th>
<td height="176"align="center"valign="top"bgcolor="#FFFFFF"><p>&nbsp;</p>
<p>ISI DARI HALAMAN WEB</p>
<p>Nama Saya Nur Chasanah</p>
<p>No Absen 20
<p>Kelas X TKJ 1</p>
<p>Alamat Ringinlarik Musuk Boyolali</p>
</td>
</tr>
<tr>
<td height="30"colspan="2" align="center"bgcolor="#FF800"><font size="+2">Copyright&copy;sekolahkita.com</td>
</tr>
</table>
</form>
</body>
</html>

tugas hal 123