Need to know why it is used and how it helps ? Is it a good practice ?
If any example explaining would be great.
e.g :
<div class="clear"></div>
Css :
.clear{
    width:100%;
    height:0px;
    clear:both;
}
Appreciate your help.
Need to know why it is used and how it helps ? Is it a good practice ?
If any example explaining would be great.
e.g :
<div class="clear"></div>
Css :
.clear{
    width:100%;
    height:0px;
    clear:both;
}
Appreciate your help.
