Search This Blog

HTML Body Tag With VLink Attribute Example

HTML Body Tag With VLink Attribute Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body vlink="blue">
<h2> Body Tag With VLink Attribute Example </h2>
<a href="#"> link1 </a>
</body>
</html>
OUTPUT
HTML Body Tag With VLink Attribute Example

No comments:

Post a Comment