Search This Blog

CSS Image Transparency Example

CSS Image Transparency Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
img {
opacity: 0.4;
}
</style>
</head>
<body>
<h1> Image Transparency Example </h1>
<p> Here we use image tag with opacity property in our web pages </p>
<img src="img\css.jpg" alt=" please refresh web page ">
</body>
</html>
OUTPUT
CSS Image Transparency Example

No comments:

Post a Comment