Entri yang Diunggulkan

TUGAS KEAMANAN JARINGAN

Assalamualikum , watsap kali ini ulun mengerjakan tugas yang diberi pak cahyo tanggal 9 september 2017 jam 12an lah nahhh, ya langsung saja...

Kamis, 28 Januari 2016

Perprogaman dasar

Layout Halaman web Tugas 5


Assalamualikum kali saya akan membahas peprogaman web kebetulan saya diberi tugas oleh guru pembibing saya semoga bermanfaat ya langsung saja.

CODINGNYA
<!DOCTYPE html>
<head>
<title>Top index</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<table width="800" height="542" border="1" align="center">
<tr>
<td height="23" align="center" bordercolor="#FFFFFF" bgcolor="#FFFF00"><strong><font size="+5">Banner
atau iklan</font></strong></td>
</tr>
<tr>
<td height="27" align="center" bgcolor="#FFCCCC"><font color="#FF0000">Daftar
isi atau navigasi </font></td>
</tr>
<tr>
<td height="457" align="center" bgcolor="#FF66CC">
<p>Body atau contents(isi)</p>
<p><font color="#006600">Body atau contents(isi)</font></p>
<p><font color="#CC0000">Body atau contents(isi)</font></p>
<p><font color="#FFFF00">Body atau contents(isi)</font></p>
<p><font color="#FF6633">Body atau contents(isi)</font></p></td>
</tr>
<tr>
<td height="23" align="center" bgcolor="#CCFF99"><font color="#9966CC">Info
tambahan atau lain-lain </font></td>
</tr>
</table>
</form>
</body>

</html>  




Hasilnya




Layout Halaman web tugas 6
 The table is a way to display the information in the form of a cell consisting of rows and columns. Tables are created using the <table>. A table is divided into rows, and each row is divided into cells. Line is made with the <tr>, and cells that will form the columns are made with the <td>. In the context of HTML, the table has a very important role. Besides being used to display a table containing the data, tables are also used to compose text in a column, or make other structured reports
Codingnya
<!DOCTYPE html>
<head>
<title>Top index</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<table width="800" height="542" border="1" align="center">
<tr>
<td height="23" align="center" bordercolor="#FFFFFF" bgcolor="#FFFF00"><strong><font size="+5">Banner / Judul</font></strong></td>
</tr>
<tr>
<td height="457" align="center" bgcolor="#C0C0C0">
<p>Body atau contents(isi)</p>
<p><font color="#006600">Body atau contents(isi)</font></p>
<p><font color="#CC0000">Body atau contents(isi)</font></p>
<p><font color="#FFFF00">Body atau contents(isi)</font></p>
<p><font color="#800080">Body atau contents(isi)</font></p></td>
</tr>
<tr>
<td height="23" align="center" bgcolor="#CCFF99"><font color="#FF0000"><font size="+1"><b>Daftar isi atau navigasi</b></font></td>
</tr>
</table>
</form>
</body>
</html>


Hasilnya

Thank you 

Tidak ada komentar:

Posting Komentar