Interviewer And Interviewee Guide

Web Developer & Designer Interview Question:

Tell us what is the difference between “visibility:hidden” and “display:none”?

Submitted by: Muhammad
They are both style properties

☛ visibility:hidden: This property hides the element, but it still takes up space in the layout
☛ display:none: It eliminates the element completely from the document. It does not take up any space, even though the HTML for it is still in the source code.
Submitted by: Muhammad

Read Online Web Developer & Designer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.