0
What are inline elements?
2 ответов
0
Inline elements are the ones that don't have their own "paragraph". Like B, A, I, SPAN, and so on. DIV is a typical block element that occupies the space from the left to the right border. But this is a simple matter of styling. Almost all elements can be made block or inline using CSS style.
0
inline elements are attributes to tags. e.g. <img src="#" />