How To Fix the Below Space issues Of The Image

In this article, We will be going to learn how to remove the extra space after the image tag. Sometimes we can see there is white space after the image.

Here is the issue we are facing in the image.

Step-1: Use below CSS

img{
   display:block;
}

Here is the result.

Submit a Comment

Your email address will not be published. Required fields are marked *

Subscribe

Select Categories