onclick属性でhistory.back()などを使う場合に、

偽リンク戻る

span.back {
 text-decoration: underline;
 color: blue;
 cursor: pointer;
}

もどる

p.back {
 width: 125px;
 height: 50px;
 cursor: pointer;
 text-indent: -99999px;
 background: url(./img/back_1.png) no-repeat center;
 border: 1px solid #ccc;
}