HTML feature Bob Paton Text, colour and graphics make up any page no matter the medium on which it is published, whether its a vellum scroll or a mass produced paperback novel. The only difference for web pages is the medium itself, there is no physical representation of the document which is stored purely electronically. In many ways web writers, like the early printers, have managed to wrap their techniques in an air of mystery and introduced the fear of programming inherent in many people. Web pages are, regardless of content, simply documents saved with the extender *.htm, or in some cases *.html, written with the control tags or markers visible in the source document and meant to be viewed with a browser program. This tagging system or Hypertext Markup Language (HTML) is no different to the mark up system used in every form of electronic tool for processing text of any form and simply creates a description for the computer to display the page in a manner which can be viewed more easily by the human eye. Believe it or not although the World Wide Web in its present form is a relatively new phenomena hypertext itself is no stranger to the Atari scene. Hypertext documents are documents which allow the reader to use the programme to jump from one hotspot or link to another either in another document or in different place in the original document . The extra dimension added to this by the Web is the ability to link documents that are not only held on different computers but which may not even be on the same continent as the original document. Step 1 The tools for the job. Although there are a great number of web editing programs for the PC and Mac computers they have been rather slower to appear for the Atari range, quality always takes a little longer, but they are not necessary to write HTML documents. Any word processor or text editor capable of allowing the user to change the extender to *.htm when the document is saved can be used. Graphics are slightly different in that the primary formats used on the web are not native to Atari's but again any art package capable of saving in *.gif or *.jpg is ideal. Step 2 A basic HTML document
...however the text is then displayed in an even more basic screen font and lacks any real presence. A more time consuming, although more satisfying, way is to load the text into the source of the page and then go through it line by line adding the tags to create the page that was initially envisaged. The additional tags required for this are
indicating a new paragraph. Lists can also be introduced with the use of menus,
or the,
(note the spelling) and
respectively. Step 4 The links The main advantage of a hypertext document is the ability to link to other documents and this is done with html tags also referred to as anchor references. There are no rules to state where a link must appear it can be a word forming part of a sentence or the sentence itself. The tags introduced for this function take the form ... . For example Page 2. Links inserted in this manner appear in the default colour of the browser program used to view the pages and are generally set out to highlight them from the standard text. Linked pages that have already been seen by the reader are also highlighted in such a manner making it easier to see where the reader has been and still may want to go. Step 5 Colour and decorations. Colour if used sparingly in web pages can be extremely effective although there are certain default colours built into the browser programmes which generally provide a grey background with black text and red or blue used to highlight the links or hotspots although these can all be changed using the appropriate tags. Selecting colours for use is relatively simple if you can count from 00 to FF (255) for each of the three primaries red blue and green and presenting this within the tags as appropriate . For example
would give a page with a white background (maximum red, green and blue ff = 255) and blue visited links (vlink). The browser would still use its default value for active links. It is important to remember the inverted commas and hash mark, if html finds a mistake it simply ignores it and acts upon the last valid command. Whilst this might appear rather forgiving it does tend to present pages in a totally unpredictable fashion. Without importing graphics into the document there is little than can be done to decorate the average html page however horizontal lines can be used to break up a page with the command