Back

Front End Developer

Questions

 71 Questions
Clicking on the following links will update the content below
Question 1 of 71

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.

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.