English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can someone please help me...

Can someone please tell me HOW to create a HTML document in linux command line. I need to create one for a web server but i cant think how.

web pages welcome

2007-09-18 22:14:13 · 6 answers · asked by saz 1 in Computers & Internet Programming & Design

6 answers

try typing

pico index.html

or try
nano index.html

Or find a page online that is simple and try typing
wget example.com
(replace example.com with the site you like, it will copy it to a file in your directory for you). Then use pico or nano to edit it.

2007-09-20 15:57:09 · answer #1 · answered by Gandalf Parker 7 · 0 0

From the command line, there are several editors you can use, but probably the best choice for a beginner would be pico, or a clone of it called nano.

The HTML tutorial site someone else suggested looks like a good one. There are lots of others that you could find easily with a web search.

2007-09-20 05:24:18 · answer #2 · answered by gringomasloco 3 · 0 0

The same way you would create the html code with notepad (but using a Linux editor). If you don't know how to do it with notepad in Windows, it won't be any easier in Linux from the command line - probably a heck of a lot harder!

2007-09-19 04:19:46 · answer #3 · answered by Sp II Guzzi 6 · 0 0

Same as anywhere else - open a text editor (emacs and vim are popular, although a little tricky to get going with, joe is simpler). Type the HTML. Save it.

http://www.htmldog.com/ has some reasonable HTML tutorials.

2007-09-18 22:17:44 · answer #4 · answered by David D 7 · 0 0

o.0 ok html is interpreted usually via internet browsers in basic terms. any linux internet browser will nevertheless exhibit html exact. even however, you do no longer "use them to artwork on" any working device. you utilize them to make internet pages. if so, you in basic terms installation apache/mysql/very own abode page and commence coding.

2016-11-05 21:34:33 · answer #5 · answered by ? 4 · 0 0

Create a new text file. HTML is all plain-text

2007-09-18 22:18:01 · answer #6 · answered by tryagain277 2 · 0 0

fedest.com, questions and answers