how to remove spaces between html elements like lebel

Solutions on MaxInterview for how to remove spaces between html elements like lebel by the best coders in the world

showing results for - "how to remove spaces between html elements like lebel"
Sara Sofía
01 Jun 2020
1<div style="margin: 0; display: inline-block; float: left;">first div</div>
2<div style="margin: 0; display: inline-block; float: left;">second div</div>