+ 16
What is the difference between inline and block level elements?
3 ответов
+ 10
Block lvl elements appear on different lines
Inline elements appear on same line
You can have inline elements inside block elements but not the opposite
<div> is a block tag
<span> is an inline tag
+ 12
inline elements covers only required space
but block covers full width
- 2
My anser is IN: www.getbrain.com/portal/720486377/answers/index.html