Writing Web Pages



Web pages can be written using different types of software.

Text Editors Writing everything
A common text editor is Microsoft's Notepad.
You type everything - content and html tags - and save it as xxx.htm
e.g. index.htm or page1.htm or write.htm
(Save the file type as All files rather than *.txt)

HTML Tag Editors
These are similar to text editors but you can use special commands and shortcuts to add the HTML

WYSIWYG Editors The nice editing program writes your code for you
(What you see is what you get)
These look like a graphical word processor but you can see the HTML code if you want or need to. Two of these are: There are several other more powerful editors that you can pay for like Macromedia's Dreamweaver.

Design Principles      Next