Selasa, 22 November 2011

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
    color: #0000FF;
    font-style: italic;
}
.style2 {color: #FF00CC}
-->
</style>
</head>

<body>
<p align="center" class="style1"> keterangan</p>
<p align="center" class="style2">**warna abu&quot; yang di gabungkan**</p>
<table width="70" height="70" border="1">
  <tr>
    <td width="75" height="23" bgcolor="#FF0000">&nbsp;</td>
    <td width="75" bgcolor="#FFFF00">&nbsp;</td>
    <td width="755" bgcolor="#00FF00">&nbsp;</td>
    <td width="75" bgcolor="#00FFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="23" colspan="2" bgcolor="#999999">&nbsp;</td>
    <td bgcolor="#00FF00">&nbsp;</td>
    <td bgcolor="#00FFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="23" bgcolor="#FF0000">&nbsp;</td>
    <td bgcolor="#FFFF00">&nbsp;</td>
    <td rowspan="2" bgcolor="#999999">&nbsp;</td>
    <td bgcolor="#00FFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="23" colspan="2" bgcolor="#999999">&nbsp;</td>
    <td bgcolor="#00FFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="23" bgcolor="#FF0000">&nbsp;</td>
    <td bgcolor="#FFFF00">&nbsp;</td>
    <td bgcolor="#00FF00">&nbsp;</td>
    <td bgcolor="#00FFFF">&nbsp;</td>
  </tr>
</table>
<p align="center" class="style1">&nbsp;</p>
</body>
</html>