CARA MEMBUAT TABLE HTML

Posted by Forty Nine Art On Monday, 18 August 2014 0 comments
<html>
<head>
<title>Membuat Tabel</title>
</head>
<body >
<center>
TRY REZA SAPUTRA
</center>
 <center>
<table border="10">
<tr>
<td bgcolor="black"><font color="red" font size="+4">NO</font></td>
<td bgcolor="red"><font color="white" font size="+4">NAMA</font></td>
</tr>
<tr>
<td rowspan="2" bgcolor="blue"><font color="red" font size="+4"><center>1</center></td>
<td bgcolor="yellow"><font color="blue" font size="+4"><center>2</center></td>
</tr>
<tr>
<td bgcolor="aqua"><font color="red" font size="+4"><center>3</center></td>
</tr>
</table>
 </center>
</body>
</html>

0 comments:

Post a Comment