- go to software manager
- search for bluefish and install
I use it for creating my simple html pages. You can also use nano on a terminal. This is for those you prefer working non-GUI and want a faster way to create html pages. Be prepared to use lots of commands with less visual aids than GUI. Another text editor for terminal windows is called vi, just incase you don't have nano installed or vice versa.
To learn the commands for each editor type;
"man vi" or "man nano" without the quotesTo start a document you should "cd" (change directory) to the proper directory then type;
vi or nano document nameHere is an example;
vi index.html or nano index.htmlThen you begin to start coding your html page. Try w3schools they teach HTML/CSS/JavaScript and more, if you need help with any coding.
No comments:
Post a Comment