2.1 Writing Tools
Use
any text editor to create an HTML or XHTML document, as long as it
can save your work on disk in ASCII
text file format. That's because even though
documents include elaborate text layout and pictures,
they're all just plain old ASCII text documents
themselves. A fancier WYSIWYG editor or a translator for your
favorite word processor are fine, too — although they may not
support the many nonstandard features we discuss later in this book.
You'll probably end up touching up the source text
they produce, in any case.
While it's not needed to compose documents, you
should have at least one version of a popular browser installed on your computer to
view your work, preferably Netscape Navigator or Microsoft Internet
Explorer. That's because, unless you use a special
editor, the source document you compose won't look
anything like what gets displayed by a browser, even though
it's the same document. Make sure what your readers
actually see is what you intended by viewing the document yourself
with a browser. Besides, the popular ones are free over the Internet.
Also note that you don't need a connection to the
Internet or the Web to write and view your HTML or XHTML documents.
You can compose and view your documents stored on a hard drive or
floppy disk that's attached to your computer. You
can even navigate among your local documents with the
languages' hyperlinking capabilities without ever
being connected to the Internet, or any other network, for that
matter. In fact, we recommend that you work locally to develop and
thoroughly test your documents before you share them with others.
We strongly recommend, however, that you do get
a connection to the Internet if you are serious about composing your
own documents. You can download and view others'
interesting web pages and see how they accomplished some interesting
feature — good or bad. Learning by example is fun, too. (Reusing
others' work, on the other hand, is often
questionable, if not downright illegal.) An Internet connection is
essential if you include in your work hyperlinks to other documents
on the Internet.
|