The World Wide Web is the Internet as experienced through a web browser. It
is an information system that makes it possible to navigate through the Internet in a simple fashion by
clicking on what are known as "links". You can access documents, files, programs and applications via
the WWW - or short: "Web'.
"HTML"
HyperText Markup Language is a simple, yet powerful, markup language that is used to present text,
images, sound and other media files on the World Wide Web. There are several types of markup languages
in use on the WWW, but a rough estimate would put HTML at the very top of the list of most used markup
languages, as it is used in about 99% of Web documents.
"Cascading Style Sheets"
A way of separating style from content, CSS was devised by in 1994, and adopted as an official w3c
recommendation in 1997. The benefits of using CSS is that you can easily maintain your style on
the one hand and you content on the other hand, which actually is a
great help where sites of multi-pages are concerned, such as with news
sites in particular, but also with other types of big sites.
"JavaScript"
JavaScript is a scripting language that was introduced in order to enhance Web site interaction, such
as making images change when you use the mouse cursor to move over it.
"ECMAScript"
This is JavaScript and JScript as an open, standardized technology, which is being
maintained by the European Computer Manufacturers Association.
Opera supports this scripting language, which gives the browser scripting capabilities of JavaScript 1.3 leve.
"HTTP"
The HyperText Transfer Protocol is the protocol that's used to send documents in HTML, text and other
reader-dependent formats of information to the Web browser. It is also possible to send programs through
this protocol, but the main use of it is the former. The Internet
Engineering Task Force (the IETF), are the ones who maintain the HTTP protocol, which is now out in version 1.1.
"FTP"
In relation to the protocol passing information is this protocol for passing files and other "heavy" objects,
so to speak. It can, as HTTP, transfer information documents as well. Opera supports FTP by allowing downloads.
The IETF are also the ones that maintain the FTP protocol.
"URL"
Uniform Resource Locator - In the WWW all documents, files and programmes have their own "place" with its
own address, the so called URL. The URL consists of these elements:
protocol://machine-name/directory/filename
Machine-name can be a standard typed machine name, or it can be an IP address, while the directory and filename
most certainly are names (even though that name be a number).