+ 3
Can't we use the float property directly to the image(img)
2 Answers
+ 5
Hi. You can learn about float from this link.
https://www.w3schools.com/cssref/pr_class_float.asp
You will get a practical understanding through this link
https://www.w3schools.com/html/tryit.asp?filename=tryhtml_images_float
Good luck =)
0
Every images uses always full image not a part of image in img tag . So floating point (float) property directly can't use for image (img).