home | homework | links | glossary | sitemap | contact

Glossary

 

absolute URL | browser | content | CSS | Domain Name | FTP | homepage | HTML | index.html | Internet | link | meta tag | URL |W3C | WWW | Tim Berners-Lee

absolute URL -

A pointer or link that includes the exact location of the target element.

browser -

Short for Web browser, a software application used to locate and display Web pages. The two most popular browsers are Microsoft Internet Explorer and Firefox. Both of these are graphical browsers, which means that they can display graphics as well as text. In addition, most modern browsers can present multimedia information, including sound and video, though they require plug-ins for some formats.

content -

Content is the textual, visual or aural content that is encountered as part of the user experience on websites. It may include, among other things: text, images, sounds, videos and animations.

CSS -

Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can also be applied to any kind of XML document, including SVG and XUL.

Domain Name -

Strings of letters and numbers (separated by periods) that are used to name organizations and computers and addresses on the internet.

FTP -

File Transfer Protocol is a protocol that allows users to copy files between their local system and any system they can reach on the network.

homepage -

The opening page of a web site.

HTML -

HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It allows images and objects to be embedded and can be used to create interactive forms. It is written in the form of HTML elements consisting of "tags" surrounded by angle brackets within the web page content. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages. HTML can also be used to include Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both HTML and CSS standards, encourages the use of CSS over explicit presentational markup

index.html -

The default name for a home page in a Web server. The page is appropriately named, because the home page is an index to the entire Web site. When you type in a URL such as www.computerglossary.com, it is the same as entering www.computerglossary.com/index.html. INDEX.HTM is optional naming using a three-character extension instead of four.

Internet -

The Internet is a global system of interconnected computer networks that use the standard Internet Protocol Suite (TCP/IP) to serve billions of users worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks of local to global scope that are linked by a broad array of electronic and optical networking technologies. The Internet carries a vast array of information resources and services, most notably the inter-linked hypertext documents of the World Wide Web (WWW) and the infrastructure to support electronic mail.

link -

An interconnecting circuit between two or more locations for the purpose of transmitting and receiving data.

meta tag -

Meta elements are HTML or XHTML elements used to provide structured metadata about a Web page. Such elements must be placed as tags in the head section of an HTML or XHTML document. Meta elements can be used to specify page description, keywords and any other metadata not provided through the other head elements and attributes.

URL -

In computing, a Uniform Resource Locator (URL) is a Uniform Resource Identifier (URI) that specifies where an identified resource is available and the mechanism for retrieving it. In popular usage and in many technical documents and verbal discussions it is often incorrectly used as a synonym for URI. The best-known example of a URL is the "address" of a web page on the World Wide Web, e.g. http://www.example.com.

W3C -

The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web (abbreviated WWW or W3).

WWW -

The World Wide Web, abbreviated as WWW and commonly known as the Web, is a system of interlinked hypertext documents accessed via the Internet. With a web browser, one can view web pages that may contain text, images, videos, and other multimedia and navigate between them by using hyperlinks. Using concepts from earlier hypertext systems, British engineer and computer scientist Sir Tim Berners-Lee, now the Director of the World Wide Web Consortium, wrote a proposal in March 1989 for what would eventually become the World Wide Web.

Tim Berners-Lee -

Sir Timothy John Berners-Lee (born 8 June, 1955) is a British engineer, computer scientist and MIT professor who is credited with inventing the World Wide Web. He invented the internet-based hypermedia initiative for global information sharing while working at CERN, the European Particle Physics Laboratory, in 1989. With the help of Robert Cailliau he implemented the first successful communication between and HTTP client and server via the Internet.

Berners-Lee is also the director of the World Wide Web Consortium (W3C), a Web standards organization founded in 1994 which develops interoperable technologies (specifics, guidelines, software and tools).