Search This Blog

HTML Body Tag With Text Attribute Example

HTML Body Tag With Text Attribute Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body text="red">
<h2> Body Tag With Text Attribute Example </h2>
</body>
</html>
OUTPUT
HTML Body Tag With Text Attribute Example

No comments:

Post a Comment