The hidden value is given to the visibility attribute to hide the text or image on the webpage
<p>Hidden</p> <p style="visibility:hidden">TechFunda is online tutorials </p>
In the above code snippet the hidden element is defined by using visibility hidden to hide the text from the webpage
output
Image hides the image by using visibility attribute to hide the image on the webpage
<p>Image hidden</p> <img src="12.JPG" style="visibility:hidden" />
In the above code snippet we defined to hide the image by using visibility attribute to hide the image on the webpage
output
Views: 3828 | Post Order: 121