How can the gap under the image be removed?
0
As images being inline elements are treated same as texts, so there is a gap left, which can be removed by:
img { display: block ; }
Sign in to add a comment
0 Answers
0
📝 No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.