> cd > ls -ld public_html
> mkdir public_html
chmod +rx public_html ls -ld public_html
cd ~/public_html mkdir acss2
cd ~/public_html/acss2 emacs index.html &
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body> <h1>Hello!</h1> </body> </html>
http://pc-www.tpu-pc.t-kougei.ac.jp/~自分のユーザ名/acss2/index.html
[ツール] → [エラーコンソール]
今後,演習課題は今回作成した public_html/acss2 ディレクトリ内に作成してもらいます. その際,webページを保存するファイル名を指定しますので, 間違いのないよう,指定されたファイルに保存してください.
なお,webサーバがファイル名を正しく認識できるよう, ファイル名はすべて,アスキーコード(8bits, 半角文字)とし, 漢字コードは使用しないでください.