Senin, 24 September 2012

Membuat Garis underline link menghilang

Ketiklah kode Seperti Berikut Ini

<html>
<title>Membuat Garis underline link menghilang</title>
<head>
<style type="text/css">
#link {
text-decoration:none;
}
</style>
</head>
<body>
<a id="link" href="profile.html">Profile</a>
</body>
</html>


Dan Jadinya Seperti Ini




Tutorial CSS




Tidak ada komentar:

Posting Komentar