Writing Web Pages
- Your first page must ALWAYS be called index.htm
- ALWAYS use lower case letters for filenames!
Web pages can be written using different types of software.
Text Editors
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
(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:
- Netscape Navigator Gold
- Microsoft Front Page Express
There are several other more powerful editors that you can pay for like
Macromedia's Dreamweaver.