HTML Developer Question:
Download Questions PDF

Do you know the difference between visibility:hidden; and display:none;?

HTML Developer Interview Question
HTML Developer Interview Question

Answer:

Visibility:Hidden; - It is not visible but takes up it's original space.
Display:None; - It is hidden and takes up absolutely no space as if it was never there.

Download HTML Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me can a single text link point to two different web pages?Tell me how are active links different from normal links?