I am using <div>
to create a horizontal bar across the screen. Within that horizontal bar, I have 3 more <div>
each of a different width. They are supposed to be all in a row horizontally next to each other. Instead, they are on top of each other. How do I fix this?
Also, if I don't have any text within the <div>
in my HTML code, the <div>
does not appear. Ex: <div>anything</div>