0
Can we use block elements inline with the text?If yes, how?
2 Respuestas
+ 2
block element always occupies 100% width of the parent
+ 2
You could try using the display property on an element. like style="display: inline;" ? or inline-block? But it might be a bad practice to do so.