Is there a way to format text so that some aligns left and some aligns right on the same line?
<p>This text should be aligned left. This text should be aligned right.</p>
I can align all text to the left or right, either inline or through a stylesheet -
<p style='text-align: left'>This text should be left-aligned.
This text should be right aligned.</p>
How can I align text to the left and right while staying on the same line?