Computer Science, asked by saifibhai049, 19 days ago

The CSS float property helps to float an image on the HTML document.

TRUE OR FALSE​

Answers

Answered by anjanidineshupadhyay
0

Answer:

More "Try it Yourself" examples below.

Definition and Usage

The float property specifies whether an element should float to the left, right, or not at all.

Note: Absolutely positioned elements ignore the float property!

Note: Elements next to a floating element will flow around it. To avoid this, use the clear property or the clearfix hack (see example at the bottom of this page).

Default value: none

Inherited: no

Animatable: no. Read about animatable

Version: CSS1

JavaScript syntax: object.style.cssFloat="left"

Similar questions