Web Developer Q&As

2011 Interview season! Here are some  questions I ran into:   CSS: the difference between “visibility=hidden” and “display=none” visibility: hidden hides the element, but it still takes up space in the layout. display: none removes the element completely from the