Search This Blog

HTML Style Attribute With Font Property Example

HTML Style Attribute With Font Property Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Style Attribute With Font Property Example </h2>
<p style="font-family:verdana; color:red; font-size:20px;"> here we use font property with style attribute like font-family, color and size </p>

</body>
</html>
OUTPUT

No comments:

Post a Comment