PHP:
<?
//Stand By
for($i=1;$i<20;$i++) {
 echo ".";
}
echo "<span style=\"font-weight: bold;\">20</span>";
?>