1. What is CSS float property and how does it work?
Overview
This question tests the applicant's knowledge of CSS properties. It's a basic question that helps you determine whether the person you're interviewing has a strong grasp of CSS fundamentals.
Overview
This question tests the applicant's knowledge of CSS properties. It's a basic question that helps you determine whether the person you're interviewing has a strong grasp of CSS fundamentals.
Interview Expectations
A basic definition of CSS float
An explanation of how this property works
A demonstration of how the applicant uses this property in their code
Sample Answer
A CSS float tells the browser to put a particular element to the right side or the left side of the container. I use floats when I'm developing a page that dynamically resizes based on the user resolution.