You make also like this CSS interview question set 1. Let's begin with set 2, 5)What is the difference between opacity 0 vs display none vs visibility hidden? Property | occupies space | consumes clicks | +--------------------+----------------+-----------------+ | opacity: 0 | yes | yes | +--------------------+----------------+-----------------+ | visibility: hidden | yes | no | +--------------------+----------------+-----------------+ | display: none | no | no | When we say it consumes click, that means it also consumes other pointer-events like onmousedown,onmousemove, etc. In e...
This website contains interview questions for JavaScript, Nodejs, Html, Css, Datastructure, Mongodb, Angular, Aws and much more intresting articles on different technologies.