Contoh Script Tabel 1:
<!DOCTYPE html>
<html>
<head>
 <title>tabel 1</title>
</head>
<body>
 <table border="2" cellspacing="0" cellpadding="20" align="center">
 <tr>
  <th>1,1</th>
  <th>1,2</th>
  <th>1,3</th>
  <th>1,4</th>
 </tr>
 <tr>
  <th>2,1</th>
  <th colspan="2" rowspan="2" align="center">?</th>
  <th>2,4</th>
 </tr>
 <tr>
  <th>3,1</th>
  <th>3,4</th>
 </tr>
 <tr>
  <th>4,1</th>
  <th>4,2</th>
  <th>4,3</th>
  <th>4,4</th>
 </tr>
</body>
</html>






0 komentar:
Posting Komentar