Ini code css nya
<STYLE ="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {
font-weight:none;
color: red;
background-color:blue;}
</STYLE>
</HEAD>
Ini code html nya
<TABLE border="1">
<TR>
<TD width="144">
<a href=" ini di isi link sobat ">judul link nya </a>
</TD>
</TR>
<TR>
<TD width="144">
<a href="disini isi link sobat">judul link nya </a>
</TD>
</TR>
</TABLE>
berikut jadi nya
<html>
<HEAD>
<TITLE>Membuat tabel link</TITLE>
<STYLE ="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {
font-weight:none;
color: red;
background-color:blue;}
</STYLE>
</HEAD>
<BODY>
<TABLE border="1">
<TR>
<TD width="144">
<a href="#">Arahkan Mouse ke sini</a>
</TD>
</TR>
<TR>
<TD width="144">
<a href="#">Arahkan Mouse ke sini</a>
</TD>
</TR>
</TABLE>
</BODY>
</html>
hasil nya dibawah
selamat belajar
Alhamdulillah Catatan sederhana Membuat Tabel link telah selesai mohon maaf jika ada kesalahan Wasalamu'alaikum warohmatulloh wabarokaatuh
Membuat New Page 123 |
judul link sobat |