Cómo puedo hacerlo ?:
Código:
<style type="text/css"> div{ border: 1px solid green; text-align: center; } span{ float: right; border:solid blue 2px; width:200px; } </style><div> juan<span>PPPPP</span> </div>