Search This Blog

HTML Body Tag With Link Attribute Example

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

No comments:

Post a Comment