Can someone explain to me what the word wrapping means in the context of css. I cannot find any definition and the FCC tutorial do not defines it.
context:
Hi,
Welcome to the forum!
So the word wrap means to enclose or cover something. In the context of CSS, it’s nearly similar. When you have an image and a text, and the text flows around the image, rather than it appearing only above or below the image, that’s basically the text being wrapped around the image.
A common or traditional way of doing that is to use the float
property.
Ok it’s clear now, Thank you very much for your reply!!!
1 Like