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