What is opacity in CSS3?

Submitted by: Administrator
Opacity is used to show or hide the html element For example 0 for hide and 1 for show

<p style="opacity: 0">Show Me</p>
<p style="opacity: 0.5">Show Me</p>
<p style="opacity: 1">Show Me</p>
Submitted by: Administrator

Read Online CSS3 Job Interview Questions And Answers