CSS opacity Attributes #Part 10
The opacity property specifies the. transparency of an element.
HTML Code
<image src="http://surl.li/ccasa"></image>
CSS Code
<style>
img
{
opacity:25%;
}
</style>
Try it Yourself...
what you think about this article ??