Internal CSS Example

HTML

<html>
<head>
<title>Internal CSS Example</title>
<style type="text/css">
p{color:blue;}
</style>
</head>
<body>
<h2>Internal CSS Example</h2>
</h2>
<p>This is a paragarph. You are avalible hear.</p>
</body>