Wednesday, November 12, 2014

Looking for a GUI way to write your html pages?

If you're looking for a GUI way to write your html pages then try Bluefish.  To install;
After installation you will find bluefish under development when clicking the start button on Linux Mint.

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 quotes
To start a document you should "cd" (change directory) to the proper directory then type;
vi or nano document name
Here is an example;
vi index.html or nano index.html
 Then 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