What is opacity in CSS3?
Submitted by: AdministratorOpacity 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
<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
Top CSS3 Questions
☺ | What is the difference between CSS and CSS3 |
☺ | List out CSS3 modules |
☺ | How is white-space property of CSS3 used? |
☺ | Explain How flexibility is achieved more in CSS3? |
☺ | Explain What are the values that can be taken by property white-space of CSS3? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |