+ 3
What os block level or inline content???
3 ответов
+ 8
inline when you don't have closing tag, for example <img /> tag and block level is when you have closing tag like <p></p>
+ 6
Example:
self-closing but not inline
<embed>
<hr/>
inline but not self-closing
span, i, b, a, lebel, sub, sup etc.
+ 5
@Вукан
All self-closing tags aren't inline and vice-versa.