Search This Blog

HTML Body Tag With Bgcolor Attribute Example

HTML Body Tag With Bgcolor Attribute Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body bgcolor="lightblue">
<h2> Body Tag With Bgcolor Attribute Example </h2>
</body>
</html>

OUTPUT
HTML Body Tag With Bgcolor Attribute Example

No comments:

Post a Comment