I have two elements I want to put next to each other, and three elements I want to put below the first two, like this:
Element 1 Element 2
Element 3 Element 4 Element 5
These are text elements actually, and no matter how long the text might be, I want them to still stay in that position. How do I do this without using   ?
Use
<div>tags to create two different containers.