Multiple choice

The use of a float element is to shift the content to the

  1. right

  2. top

  3. bottom

  4. center

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The CSS float property is primarily used to shift content horizontally - by default to the right (float: right) or left (float: left) of its container. While it can affect top/bottom positioning indirectly through layout changes, its primary and most common use is for horizontal alignment.