Chapter | Title |
---|---|
1 | Introduction to Hypermedia Systems |
2 | A Brief History of Hypermedia |
3 | About HTML |
4 | References |
Hypermedia systems encorporate the use of HTML documents to link a series of multimedia pages. These pages can have graphics, video, audio, java applets,flash multimedia and a whole host of other multimedia codecs built into them.
Hypermedia is an acronym which combines the words hypertext and hypermedia.Hypertext is defined as "a database that has active cross-references and allows the reader to "jump" to other parts of the database as required".This definition gives some interesting points about hypertext:(1)
The pieces of information, or parts of the database are called nodes. The connections are called links and together they form a hyperdocument. These links are tied to a specific point, word or region within a node. This is defined by the developer. In paper documents there are few links that work as well as hyperlinks. The index within a book is a source of links, however you still have to manually find the page. (3)
A hypermedia system aids the user in exploring the hyperdocument, rather than simply reading it. They allow you to search and query parts or all of the hyperdocument, which cannot be performed on books. A good example of this is an internet search engine such as www.yahoo.co.uk.
The HyperText Markup Language (HTML) was developed in the late 1980s by Tim-Berners Lee, a particle physicist working for Conseil Européean pour la Recherche Nucléaire (CERN), in Switzerland. This markup language was based on the ISO markup language SGML (standardised general markup language) In 1993, CERN handed over all further development to the World Wide Web Consortium (W3C) who produced version 1.0 of HTML in 1993. This continued to be devloped to version 4.01 in December 1999. (1)
In January 2000, W3C released version 1.0 of XHTML, and announced that it would not be supporting HTML as the standard for the world wide web. XHTML is not based on SGML, but on XML.
XML stands for eXtensible Markup Language and is formed by a much stricter code.
HTML is based on the use of tags. These are keywords surrounded by <angled brackets>, which describe how text and breckets are to be displayed, and to create links to different parts of the document or to other documents. The world wide web is essentially made up of an ever expanding set of interlinked HTML/XHTML documents with the web browsers being used to interpret the coded documents.(2).