What would be the best code to have two bits of text in a single paragraph, one left aligned, the other right aligned, that also is:
I have used this in the past:
html
January2014
Css
.right { margin-left:100%; }
Demonstration