Senin, 29 Januari 2018

KODE HTML TABEL

.:TUTORIAL KODE HTML UNTUK MEMBUAT TABEL:.
.::DENGAN MENGGUNAKAN NOTEPAD++::.


<html>
<head>
<title>TABEL</title>
<body>
      <h2>TABEL<h2>
 <html>

<table border="2">
     <h4>Tabel 1</h4>
    <tr>
        <td width='100px'height='20px'></td>
    </tr>
<tr>
<table border="2">
      <h4>Tabel 2</h4>
    <tr>
          <tr>
     
<td width='100px' height='20px'></td>
<td width='100px' height='20px'></td>

     
    </tr>
<table border="2">
     <h4>Tabel 3</h4>
 
    <tr>
     <td width='100px' height='20px'></td>
    </tr>
<tr>
      <td width='100px' height='20px'></td>
    </tr>

<table border="2">
     <h4>Tabel 4</h4>
 <tr>
     
<td width='100px' height='20px'></td>
<td width='100px' height='20px'></td>
      </tr>
 <tr>
 
<td width='100px' height='20px'></td>
 <td width='100px' height='20px'></td>
    </tr>

      <table border="2">
     <h4>Tabel 5</h4>
     <tr>
        <td colspan="10" width='100px' height='20px'></td>
    </tr>
    <tr>
        <td width='100px' height='20px' </td>
        <td width='100px' height='20px'</td>
    </tr>

</body>
</head>
</html>



.::DAN HASINYA SEPERTI INI::.



Tidak ada komentar:

Posting Komentar