Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What is the difference between the css properties, "visibility: hidden;" and "display: none;"?
There is no difference, they do the same thing
"visibility: hidden;" removes the element from the flow of the document, while "display: none;" still reserves the elements space.
"visibility: hidden;" effects the background color, while "display: none;" effects the text color.
"display: none;" removes the element from the flow of the document, while "visibility: hidden;" still reserves the elements space.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!