Halaman

Senin, 29 Januari 2018

Cara Membuat Tabel di HTML

Berikut adalah Kodingnya

<html>
<head>
<title>Table</title>
<body>
<h1>Tabel 1</h1>
<table border="1">
    <tr>
  <td width='200px' height='50px'></td>
    </tr>
<table border="1">
 <tr>
   <td width='200px' height='50px'></td>
   <td width='200px' height='50px'></td>
 </tr>
 <h1>Tabel 2</h1>
<table border="1">
 <tr>
  <td width='200px' height='50px'></td>
  </tr>
  <tr>
  <td width='200px' height='50px'></td>
  </tr>
   <h1>Tabel 3</h1>
<table border="1">
    <tr>
  <td width='200px' height='50px'></td>
  <td width='200px' height='50px'></td>
  </tr>
  <tr>
  <td width='200px' height='50px'></td>
  <td width='200px' height='50px'></td>
 </tr>
  <h1>Tabel 4</h1>
<table border="1">
    <tr>
    <td colspan="10" width='200px' height='50px'></td>
    </tr>
<h1>Tabel 5</h1>
    <tr>
    <td width='200px' height='50px'></td>
    <td width='200px' height='50px'></td>
    </tr>
</body>
</head>

</html>

Berikut Adalah Hasilnyaa....

Tabel 1

Tabel 2

Tabel 3

Tabel 4

Tabel 5



Selamat Mencoba..............!!

Tidak ada komentar:

Posting Komentar

KOMPONEN-KOMPONEN KOMPUTER 1. Motherboard Secara sederhana,  motherboard  atau biasa disebut dengan Mainboard, Baseboard adalah Papan...