Cara membuat tabel dengan kode HTML
Cara membuat tabel dengan kode HTML
buka dulu notepad ++ nya lalu isikan kode berikut ini
<html>
<head>
<title>table</title>
<body>
<table border="3">
<tr>
<td width='200px' height='50px'></td>
</tr>
<table border="3">
<tr>
<td width='200px' height='50px'></td>
<td width='200px' height='50px'></td>
</tr>
<table border="3">
<tr>
<td width='200px' height='50px'></td>
</tr>
<tr>
<td width='200px' height='50px'></td>
</tr>
<table border="3">
<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>
<table border="3">
<tr>
<td colspan="10" width='200px' height='50px'></td>
</tr>
<tr>
<td width='200px' height='50px'></td>
<td width='200px' height='50px'></td>
</tr>
</body>
</head>
</html>
DAN HASILNYA AKAN SEPERTI INI...
buka dulu notepad ++ nya lalu isikan kode berikut ini
<html>
<head>
<title>table</title>
<body>
<table border="3">
<tr>
<td width='200px' height='50px'></td>
</tr>
<table border="3">
<tr>
<td width='200px' height='50px'></td>
<td width='200px' height='50px'></td>
</tr>
<table border="3">
<tr>
<td width='200px' height='50px'></td>
</tr>
<tr>
<td width='200px' height='50px'></td>
</tr>
<table border="3">
<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>
<table border="3">
<tr>
<td colspan="10" width='200px' height='50px'></td>
</tr>
<tr>
<td width='200px' height='50px'></td>
<td width='200px' height='50px'></td>
</tr>
</body>
</head>
</html>
DAN HASILNYA AKAN SEPERTI INI...
Komentar
Posting Komentar