There are so many software packages available to develop HTML. The software packages can be grouped into two main categories:
To start creating web pages, you do not need an expensive software package but you do need some knowledge of HTML. You can create web pages with a basic text editor like Windows Notepad. However, as you master scripting HTML, you will learn that using Notepad or some other basic text editor is not sufficient. In Windows, Notepad can be started from the Start Menu:
1. Start the Run Command
|
2. Type "notepad" in the textbox.
|
Macromedia Homesite is a popular text-based HTML editor. The editor provides many HTML-specific options that are not available in the Windows Notepad.
Because WYSIWYG (pronounced wuzzywig or wizzywig) HTML editors do not require much HTML knowledge, they tend to be expensive. These editors allows you to directly work in the "design" or "preview" view instead of the code view. The main advantage of working with the design view is that you can design the layout of your page by dragging-and-dropping pieces of your page layout. Thus a web page can be developed more quickly than by hard-coding it by hand using a text-based editor.
There are several popular WYSIWYG editors available:
Remember these editors can help you create web pages but they cannot teach you HTML. If you first master HTML, you will utilize these software packages more efficiently.
So what type of software package should you chose to develop your web pages? The following points may help you decide:
Text-based (or code-based) editors |
WYSIWYG editors |
|---|---|
|
|
If you still are not sure about which editor to use, download a trial version of each software that you want to try. After trying, decide which software is better suited for your needs.