Atribut-Atribut dalam Tag HTML

Attributes
Attribute Value Description
alink color Not supported in HTML5.
Specifies the color of an active link in a document
background URL Not supported in HTML5.
Specifies a background image for a document
bgcolor color Not supported in HTML5.
Specifies the background color of a document
link color Not supported in HTML5.
Specifies the color of unvisited links in a document
text color Not supported in HTML5.
Specifies the color of the text in a document
vlink color Not supported in HTML5.
Specifies the color of visited links in a document

HTML <body> alink Attribute

Contoh :
<html>
<body alink="green">
<p><a href="http://smkn 3 buduran">Selamat datang di smkn 3 buduran </a></p>
<p><a href="http://smkn 3 buduran">STEMAPAL JAYA</a></p>
</body>
</html>



HTML <body> background Attribute

Contoh :
<html>
<body background="bgimage.jpg">
<h1>Hello friends!</h1>
<p><a href="http://smkn 3 buduran">STEMAPAL</a></p>
</body>
</html>

HTML <body> bgcolor Attribute

Contoh :
<html>
<body bgcolor="#E6E6FA">
<h1>Hello kawan!</h1>
<p><a href="http://smkn 3 buduran">Tata tertib smkn 3 buduran!</a></p>
</body>
</html>

HTML <body> link Attribute

  Contoh :
<html>
<body link="blue">
<p><a href="http://smkn 3 buduran">Profil smkn 3 buduran</a></p>
<p><a href="http://stemapal">Gambaran umum smkn 3 buduran</a></p>
</body>
</html>

HTML <body> text Attribute

  Contoh :
<html>
<body text="green">
<h1>Hello kawan!</h1>
<p><a href="http://smkn 3 buduran">Tujuan dan visi misi</a></p>
</body>
</html>

HTML <body> vlink Attribute

Contoh:
<html>
<body vlink="red">
<p><a href="http://smkn 3 buduran.com">Tujuan smkn 3 buduran </a></p>
<p><a href="http://stemapal/">visi misi</a></p>
</body>
</html>
 
Blogger Templates