Web Editors - in general

As we have said repeatedly, one can use any text editor to write HTML. The HTML code produced with simpler programs is not different from the HTML produced by more complex editors.

More complex editors offer a number of advantages over simple text editors (especially in terms of being able to work in a GUI or WYSISYG environment), but such advantages are not without costs (difficult to learn, add lots of extra code, may add proprietary information to your HTML).

[top]

We have been working with basic HTML code using a simple text editor like Notepad

our home page code as seen in Notepad

[top]

free editors offer the opportunity ...

... to work in a WYSIWYG (Normal) view, plus allow you to see the underlying HTML code for tweaking purposes

  • like Sea Monkey

our home page code as seen in SeaMonkey's design view

  • or Nvu

our home page code as seen in Nvu's design view

  • or Amaya from W3C

our home page code as seen in Amaya's dual design and code view

[top]

word processors offer the advantage of an interface you may already be familiar with

  • like MS Word

our home page code as seen in MSWord

[top]

sophisticated artistic and image manipulation tools are best for visual elegance

  • like Dreamweaver

our home page code as seen in Dreamweaver

We will look at all of these. You will discover the one that works best for you.

[top] [next topic]

Last updated on

Image