+ 1
I need to know diff between inline & block
1 ответ
+ 2
Elements with display:inline-block are like display:inline elements, but they can have a width and a height. That means that you can use an inline-blockelement as a block while flowing it within text or other elements. The <em> element has a display: inline; by default, because this tag is always used in a sentence.