To make table with border color is blue, background color is blue, and text color is yellow, its code as follows:
<table border="1" bordercolor="blue" cellspacing="0">
<tr><td bgcolor="blue"><font color='yellow'>Tulisan berwarna kuning dengan background berwarna biru</font></td></tr>
</table>
and its result as follows:
<table border="1" bordercolor="blue" cellspacing="0">
<tr><td bgcolor="blue"><font color='yellow'>Tulisan berwarna kuning dengan background berwarna biru</font></td></tr>
</table>
and its result as follows:
Tulisan berwarna kuning dengan background berwarna biru |
0 komentar:
Posting Komentar