HTML Tables: Tag Didalam Tabel

Contoh :

Ini paragraf pertama

Ini paragraf kedua

tabel:
A B
C D
List
  • Basic HTML
  • Membuat Tabel
  • Dasar-Dasar HTML Membuat Tabel
NANO YULIANTO

<table border="1">
<tr>
  <td>
   <p>Ini paragraf pertama</p>
   <p>Ini paragraf kedua</p>
  </td>
  <td>tabel:
   <table border="1">
   <tr>
     <td>A</td>
     <td>B</td>
   </tr>
   <tr>
     <td>C</td>
     <td>D</td>
   </tr>
   </table>
  </td>
</tr>
<tr>
  <td>List
   <ul>
    <li>Basic HTML</li>
    <li>Membuat Tabel</li>
    <li>Dasar-Dasar HTML Membuat Tabel</li>
   </ul>
  </td>
  <td>NANO YULIANTO</td>
</tr>
</table>

Ini hanya penambahan tag paragraf, tabel didalam tabel, dan list.


Alhamdulillah

0 comments:


Posting Komentar


Creative Commons License
HTML Tables: Tag Didalam Tabel by Nano Yulianto is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at http://nanoyulianto.blogspot.com/2010/11/html-tables-tag-didalam-tabel.html.
Permissions beyond the scope of this license may be available at http://nanoyulianto.blogspot.com/.