Search This Blog

CSS Inline CSS Example

CSS Inline CSS Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
</head>
<body>
<h1 style="color:red;"> Inline CSS Example </h1>
<p style="font-size:20px"> this is Inline CSS program. when we use some special tag then we use it. </p>
</body>
</html>
OUTPUT
CSS Inline CSS Example

No comments:

Post a Comment