Center Right Span Javascript HTML CSS code example
Example 1: html css center image
<div style="text-align: center;">
<img scr='img/example.jpg'>
</div>
Example 2: span to left css
<div class="title">
<span class="name">Cumulative performance</span>
<span class="date">20/02/2011</span>
</div>
.title .date { float:right }
.title .name { float:left }
Example 3: css span to right of div
float:right