Some Observations on Composing on the Web

As you compose documents for the Web, you soon discover that you can't write as you would for the printed page.

With the Web, you allow the reader random access to your information. You tend to structure the information in discrete modules. You are creating a museum exhibit, a selection of interesting items.

In contrast, when composing a paper or delivering a lecture, you are presenting information in serial form. Your audience must follow your path through the material; they can't skip around. More knowledgeable people are bored; less knowledgeable people are confused.

Advantages of the Web

Disadvantages of the Web

Spanish on the Web

One problem I encountered was how to represent the accented vowels and tildes of written Spanish. There is a roundabout solution.

Where you want one of these non-English characters, use a coded character. For example, if you enter this code in your text:

ñ

The Web document will display:

ñ

Some useful codes for Spanish:

á   Small a, acute accent
é   Small e, acute accent
í   Small i, acute accent
ñ   Small n, tilde
ó   Small o, acute accent
ú   Small u, acute accent
You can see a complete list of character codes at the URL:
http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_13.html#SEC106

Beginning of this page.

Beginning of document.