Saturday, June 4, 2022

inline CSS

 

<html>
<head>
   <title></title>
   <style>
	h2{
	 color:blue;
	     }
	  </style>
</head>
<body>
	<h2 style="color:green;">welcome to the world of css</h2>
</body>
</html>
 
output 
 

 

No comments:

Post a Comment

MCQ QUESTIONS

Loading…