CSS Displays, display: inline, display: block, display inline-block
difference in inline vs block display html css
difference in inline-block vs block display css
difference in inline vs inline-block display css
difference in inline vs block vs inline-block display html css
Slides:
https://drive.google.com/file/d/1gHIZ...
Elements that are inline at default:
https://developer.mozilla.org/en-US/d...
Elements that are block at default:
https://developer.mozilla.org/en-US/d...
Elements that are inline-block at default(can be different for different browsers):
https://stackoverflow.com/questions/2...