Search This Blog

HTML Font Tag With Color Attribute Example

HTML Font Tag With Color Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Font Tag With Color Attribute Example </h2>

<font color="red"> Here Font Color Is Red </font>

<center>
</body>
</html>
OUTPUT

No comments:

Post a Comment