What are inline elements? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

What are inline elements?

6th Oct 2016, 9:14 AM
Master Coder
Master Coder - avatar
2 Respuestas
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.
6th Oct 2016, 10:01 AM
Zoltán Zörgő
Zoltán Zörgő - avatar
0
inline elements are attributes to tags. e.g. <img src="#" />
9th Oct 2016, 9:57 PM
funyi adiah (adie)
funyi adiah (adie) - avatar