There is no newline, just the div is a block element.
You can make the div inline by adding display: inline, which may be what you want.
There is no newline, just the div is a block element.
You can make the div inline by adding display: inline, which may be what you want.