What is the best way to right align and left align two div tags on a web page horizontally next to each other? I would like an elegant solution to do this if possible.
<div style="float: left;">Left Div</div>
<div style="float: right;">Right Div</div>