INLINE CSS {HTML 4TH CLASS}

 <!DOCTYPE html>

<html>  
<head> <title> CSS Apply </title>  </head>      
<body>

 <h1>Inline CSS</h1>
 <p> pls like this page</p>

 <p style="color:red;"> pls like this page</p>

 <p> pls like this page</p>

 <p> pls like this page</p>

 <p> pls like this page</p>


</body>

</html>



Comments

Popular posts from this blog