文字を表示するには

<html>
<head>
<title>Sample</title>
</head>
<body>
<script type="text/javascript"><!--
document.write("プログラムで好きな文字を表示できます");
// --></script>
</body>
</html>
・サンプルを実行
・サンプルをダウンロード
逆引きクイックリファレンス JavaScript 説明などは本書を参考にしてください。