Senin, 13 April 2009
di
01.08
|
MEMBUAT HTML DI XAMPP REDHAT 9.0
Setelah kita berhasil menginstal xammp di redhat mari kita belajar HTML.
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 myisipkan)
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
Setelah kita berhasil menginstal xammp di redhat mari kita belajar HTML.
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 myisipkan)
- Code: Select all
Hello HTML
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
Diposting oleh
Abib Faisal
0 komentar:
Posting Komentar