Web technologies Questions | CSS Quiz | Set-2 | Question 1
Which CSS property will we use to wrap a block of text with an image ?
(A) Wrap
(B) Push
(C) Float
(D) Align
Answer: (C)
Explanation: Float is a property in CSS which is used to style an element. It defines the flow of content. There are many types of floating properties like float: left, float: right, etc.
Quiz of this Question
Please comment below if you find anything wrong in the above post