INTERNAL CSS {5TH CLASS)

 <!DOCTYPE html>

<html>
<head> <title> Internal CSS</title>
<style>
p {color:red;}
h2{color:green;}

</style>


</head>    
<body>
<h1> Internal CSS</h1>
<p>pls like this page</p>
<p>pls like this page</p>
<p>pls like this page</p>
<p>pls like this page</p>
<p>pls like this page</p>
<p> like kardo na 😁</p>
<h2> Anonymus bruh</h2>
<h2>unknown </h2>

</body>
</html>



Comments

Popular posts from this blog