KUNCI JAWABAN SOAL UTS PEMROGRAMAN WEB dan WEB DESAIN


Sukoharjo, 13 Maret 2013 By dediazka


NO. 1

<html>
<head>
<title>Atribut dari tag tabel</title>
</head>
<body>
<p><b>Membuat Tabel</b></p>
<table border="1" bordercolor="black" bgcolor="white" cellpadding="8"
cellspacing="0" width="100%">
<tr> <!-- <tr> artinya membuat sebuah baris -->
<td align=center>SATU</td>
<td align=center>DUA</td>
<td align=center>TIGA</td>
<td align=center>EMPAT</td>
</tr>
<tr>
<td align=center colspan=2>LIMA</td>
<td>ENAM</td>
<td align=center rowspan=2>TUJUH</td>
</tr>
<tr>
<td align=center colspan=3>DELAPAN</td>
</tr>
</table>
</body>
</html>

NO.2
<html>
<head>
<title>Atribut dari tag ol, ul dan li</title>
</head>
<body>
<p><b>Daftar Kelas Jurusan Teknik Komputer dan Jaringan</b></p>
<ol >
<li>Kelas 1</li>
</ol>
<ul>
<li>X TKJ 1
<li>X TKJ 2
</ul>
<li>Kelas 2</li>
</ol>
<ul>
<li>XI TKJ 1
<li>XI TKJ 2
</ul>

<li>Kelas 3</li>
</ol>
<ul>
<li>XII TKJ 1
<li>XII TKJ 2
</ul>

</body>
</html>


NO.3
<html> <head> <title>::: Link Dokumen Lain :::</title>
<IMG SRC ="../LINK/DINAS.png"HEIGHT = "100" WIDTH = "100" align = "right"></head>
<BODY bg color= "grey">
<font face=arial size=6 color=maroon> <b>.::: SMK N SUKOHARJO :::. <br>
<font face=arial size=4 color=blue> <i>Success By Discipline </i>
<font face=arial size=1 color=maroon>
<hr>
| <a href=link_dokumen_lain.html>H o m e</a> |
<a href=proli.html>Program Keahlian</a> |
<a href=ekstra.html>Ekstra Kurikuler</a> |
<hr><p> <font face=cooper black size=4 color=blue> Ekstra Kurikuler :<br> <font size=1> <ul type=circle>
<ol ="n">
<li>Seni Bela Diri Karate
<li>Rohis
<li>Sepak Bola
<li>Futsal
<li>Paskibra
<li>Pramuka
<li>Englis Club
<li>Tari Daerah
<li>Bola Volly
</ul>
<a href=”antivirus.zip”>Download anti virus</a>
</body>
</html>

Subscribe to receive free email updates:

0 Response to "KUNCI JAWABAN SOAL UTS PEMROGRAMAN WEB dan WEB DESAIN"

Post a Comment