ex : document.write("중앙".link("http://www.choongang.co.kr"));
<script type="text/javascript">
document.write("<CENTER>");
document.write("<BR><BR>");
document.write(" * 문서의 시작 부분 *".anchor("TOP11"));
document.write("<BR><BR><img src='../images/image10.jpg'>");
document.write("<BR><BR><img src='../images/image11.jpg'>");
document.write("<BR><BR>");
document.write(" 문서의 시작부분으로 이동합니다.".link("#TOP11"));
document.write("</CENTER>");
//자바스크립트로도 HTML처럼 위치를 움직일 수 있다.
</script>
-- 문서의 시작부분으로 이동합니다 누르면 위로 올라감