INI ADALAH KEGIATAN 6 DARI PEMBLAJARAN P.WEB

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


Coding:
<!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="#CCCCCC"> 
        <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="#990033">Body atau contents(isi)</font></p></td>
    </tr>
    <tr>
      <td height="23" align="center" bgcolor="#CCFF99"><font color="#FF0000"><strong><font size="+2">Daftar 
        isi atau navigasi </font></strong></font><font color="#9966CC" size="+2">&nbsp;</font></td>
    </tr>
  </table>
</form>
                                                                          ~~HASIL~~

Komentar

Postingan populer dari blog ini

Mode Pengalamatan Relatif