THOUSANDS OF FREE BLOGGER TEMPLATES »

Senin, 11 Mei 2009

setting html pda redhat 9.0

Menyimpan file HTML
untuk menyimpan file html buat folder di alamat /opt/lampp/htdocs

# cd /opt/lampp/htdocs
# mkdir htmlku

masuk ke folder htmlku 
#cd htmlku

membuat html dengan nama hello.html
#vi hello.html
tekan insert/untuk menyisipkan


<title>Hello HTML</title>

Hello HTML



untuk menyimpan
1. tekan tombol esc
2. tekan tombol :
3. wq

coba cek dengan perintah :
#ls
apakah ada file hello.html

untuk menjalankan html
1. buka web broser
2. http://localhost/htmlku/hello.html

0 komentar: