Search This Blog

HTML Style Tag Example

HTML Style Tag Example:

<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
<style>
h2{color:red;}
</style>
</head>
<body>
<center>
<h2> Style Tag Example </h2>
<p> When we add CSS style then we used this tag in head area. </p>
<center>
</body>
</html>
OUTPUT
HTML Style Tag Example

No comments:

Post a Comment