Visibility is used to show the text or the image on the webpage by using visibility property
Visibility:visible;
<p>Visibility shows an element</p> <p style="visibility:visible">TechFunda is a online tutorials </p>
In the above code snippet we have defined the visibility element which allows to show or visible in the page
output
Image visibility shows the image on the webpage by using the visibility property visibility :visible
<p>Image visible</p>
<img src="12.JPG" style="visibility:visible;" />
In the above code snippet we have image visible property we have used the visibility as visible
output
Views: 3456 | Post Order: 120