Without using table, how can I align two elements (one at left, another at right) in the same line?
HTML content : leftright Style as shown below .container{ width:100%; } .align-left{ float: left;width:50%; } .align-right{ float: right;width:50%; }
leftright
.container{ width:100%; } .align-left{ float: left;width:50%; } .align-right{ float: right;width:50%; }