Membuat Tabel dengan HTML 1 KOLOM 2 BARIS
<html>
<head>
<title>Membuat Tabel dengan HTML</title>
</head>
<body><table border=”1″ style:width:1000px”
<thead style=”background-color:black;color:white;”>
<tr>
<th>1 kolom</th>
</tr>
<tr>
<th>2 baris</th>
</tr>
HASIL
Komentar
Posting Komentar