Home » CSS » Css miscellaneous » Question
  1. In what direction does float will work?
    img {
    float: left;
    }
    1. top
    2. right
    3. left
    4. bottom
    5. None of these
Correct Option: C

left



Your comments will be displayed only after manual approval.