skip to main | skip to sidebar
Aris Downloader
  • FORGET IT !!! (RSS)
  • TKJ
  • Aritikel Menarik
  • Distro Kami

Kamis, 08 Desember 2011

membuat Table dengan HTML code

Label: RPL

HTML Tables


HTML Tables

Apples44%
Bananas23%
Oranges13%
Other10%

Examples

Try it Yourself - Examples

Tables
How to create tables in an HTML document.
Table borders
How to specify different table borders.
(You can find more examples at the bottom of this page).

HTML Tables

Tables are defined with the <table> tag.
A table is divided into rows (with the <tr> tag), and each row is divided into data cells (with the <td> tag). td stands for "table data," and holds the content of a data cell. A <td> tag can contain text, links, images, lists, forms, other tables, etc.

Table Example

<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
How the HTML code above looks in a browser:
row 1, cell 1row 1, cell 2
row 2, cell 1row 2, cell 2


HTML Tables and the Border Attribute

If you do not specify a border attribute, the table will be displayed without borders. Sometimes this can be useful, but most of the time, we want the borders to show.
To display a table with borders, specify the border attribute:
<table border="1">
<tr>
<td>Row 1, cell 1</td>
<td>Row 1, cell 2</td>
</tr>
</table>


HTML Table Headers

Header information in a table are defined with the <th> tag.
All major browsers will display the text in the <th> element as bold and centered.
<table border="1">
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
How the HTML code above looks in your browser:
Header 1Header 2
row 1, cell 1row 1, cell 2
row 2, cell 1row 2, cell 2


Examples

More Examples

Tables without borders
How to create tables without borders.
Table headers
How to create table headers.
Table with a caption
How to add a caption to a table.
Table cells that span more than one row/column
How to define table cells that span more than one row or one column.
Tags inside a table
How to display elements inside other elements.
Cell padding
How to use cellpadding to create more white space between the cell content and its borders.
Cell spacing
How to use cellspacing to increase the distance between the cells.
The frame attribute
How to use the "frame" attribute to control the borders around the table.

HTML Table Tags

TagDescription
<table>Defines a table
<th>Defines a table header
<tr>Defines a table row
<td>Defines a table cell
<caption>Defines a table caption
<colgroup>Defines a group of columns in a table, for formatting
<col />Defines attribute values for one or more columns in a table
<thead>Groups the header content in a table
<tbody>Groups the body content in a table
<tfoot>Groups the footer content in a table

0 komentar:

Posting Komentar

Posting Lebih Baru Posting Lama Beranda
Langganan: Posting Komentar (Atom)

Mengenai Saya

Foto saya
Aris Setyawan
Malang, Jawa Timur, Indonesia
Lihat profil lengkapku
Arisdown Blogg | Technologi | Artikel Menarik

Kaos Distro Murah

Kaos Distro Murah

Popular Posts

  • Asal Usul Legenda Hantu Kuntilanak
    Kuntilanak (bahasa Malaysia: Pontianak atau Puntianak, atau sering disingkat kunti) adalah hantu yang dipercaya berasal dari perempuan hami...
  • Sejarah Asal Usul Hantu Pocong
    INFO UNIK - Asal Usul Hantu Pocong – Sejarah Hantu Pocong. Sering kali kita mendengar Asal Usul Sejarah Hantu Pocong, namun dari cerita ...
  • Cerita Lucu Ngakak
    Konon Ada sebuah kerajaan yang dinamakan kerajaan drakula, dan sudah pasti penduduknya drakula semua. Pada suatu hari ada seorang drakula ...
  • Swap area
    swap area adalah satu bagian dari hard disk yg digunakan sebagai backup RAM apabila suatu saat RAM sudah tidak sanggup menangani proses yg ...
  • Begundal Lowokwaru
    Bio: Sebuah sejarah atau sebuah aib? sebuah revolusi atau pendobrak tradisi monoton tentang gelombang dari kota kecil yang tak pernah diperh...
  • Hargai Usaha Orang Lain
    Ada seorang cowo suka sama seorang cewe. Cowo ini miskin. Sedangkan sang cewe bekerja di toko emas. Suatu hari cowo ini nembak cewe itu, tap...
  • Comodo Dragon Browser
    Saya adalah orang indonesia jadi saya pasti mengetahui apa itu komodo bahkan bukan hanya orang indonesia yang tau mengenai komodo komodo ...
  • VoIP Adalah
    hehehe Kali ini aku akan coba share masalah VoIP, tapi saya juga masih belajar juga nih jadi kalo ada yang salah tolong beri saran dan kr...
  • Android di PC/Laptop
    Sebenarnya kalau dipikir - pikir emang yang namanya "Android" adalah sebuah operating sistem yang bekerja pada moblile phone namu...
  • INTEL VS AMD
    Semua pilihan tergantung manusianya masing-masing  Intel : PLUS(+): Memiliki varian-varian dengan performa paling kencang, bahkan belum...

Tukar Link

Followers

Total Tayangan Halaman

Blog Archive

  • ►  2014 (1)
    • ►  September (1)
  • ►  2013 (1)
    • ►  Maret (1)
  • ►  2012 (32)
    • ►  September (4)
    • ►  Agustus (3)
    • ►  Juli (1)
    • ►  Juni (21)
    • ►  April (1)
    • ►  Februari (2)
  • ▼  2011 (29)
    • ▼  Desember (23)
      • Swap area
      • Begundal Lowokwaru
      • INTEL VS AMD
      • FSB adalah ?
      • Liliput mini USB Monitor
      • Perbedaan Kucing anggora dengan Persia
      • Garuda One
      • Memory Dual Channel pada RAM
      • Solusi Komputer Hang
      • UPS (Uninteruptable Power System)
      • Android di PC/Laptop
      • Gnome Desktop
      • LXDE Desktop
      • Xfce Desktop
      • KDE Desktop
      • Lubuntu
      • SKA
      • Code warna pada HTML code
      • menampilkan halaman web di dalam sebuah web
      • Basic HTML
      • membuat Table dengan HTML code
      • membuat list dengan HTML code
      • Xubuntu
    • ►  November (4)
    • ►  Agustus (2)
.
.