Created
November 23, 2019 08:44
-
-
Save gusmantap/ce1480ecfaf7c158dba8062c8bc2d3a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<center> | |
<table border="1" width="600" cellspacing="0" cellpadding="4"> | |
<tbody> | |
<tr> | |
<td colspan="2" valign="top" height="40"> | |
<center>MIDLE TEST</center> | |
</td> | |
</tr> | |
<tr> | |
<td width="200"> | |
<table cellspacing="0" border="1" width="200"> | |
<tbody> | |
<tr> | |
<td height="30" valign="top"> | |
<a href="">Konsep Table</a> | |
</td> | |
</tr> | |
<tr> | |
<td height="30" valign="top"> | |
<a href="">Konsep Hyperlink</a> | |
</td> | |
</tr> | |
<tr> | |
<td height="30" valign="top"> | |
<a href="">Konsep Bullet & Numbering</a> | |
</td> | |
</tr> | |
<tr> | |
<td height="30" valign="top"> | |
<a href="">Konsep Image</a> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</td> | |
<td> | |
<table width="420" border="1" cellspacing="0"> | |
<tr> | |
<td height="40" align="center" valign="bottom" bgcolor="black"> | |
<font color="white"> | |
A <sup>2</sup></font> | |
</td> | |
<td align="center" valign="top">UTS</td> | |
<td align="center" valign="top" bgcolor="black"> | |
<font color="white">C <sub>1</sub> <sup>2</sup></font> | |
</td> | |
</tr> | |
<tr> | |
<td height="40" bgcolor="black"></td> | |
<td align="center" valign="top" bgcolor="black"> | |
<font color="white">B <sub>2</sub></font> | |
</td> | |
<td align="center" valign="top">UTS</td> | |
</tr> | |
<tr> | |
<td colspan="4" align="right"> | |
<a href="index.html">Back</a> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</center> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment