Search This Blog

CSS Internal CSS Example

CSS Internal CSS Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
h1{
color:red;
}
p{
color:blue;
font-size:20px;
}
</style>
</head>
<body>
<h1> Internal CSS Example </h1>
<p> This is internal CSS program. Mostaly people's are use it but internal CSS can apply only one web page </p>
</body>
</html>
OUTPUT
CSS Internal CSS Example

No comments:

Post a Comment