HTML Font Tag With Face Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Font Tag With Face Attribute Example </h2>
<font face="Times New Roman"> This is Times New Roman font face Example </font><br>
<font face="Verdana"> This is Verdana font face Example </font><br>
<center>
</body>
</html>
OUTPUT<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Font Tag With Face Attribute Example </h2>
<font face="Times New Roman"> This is Times New Roman font face Example </font><br>
<font face="Verdana"> This is Verdana font face Example </font><br>
<center>
</body>
</html>
No comments:
Post a Comment