home | homework | links | glossary | sitemap | contact

Glossary

 

absolute URL | browser | content | CSS | <Div> | Domain Name | FTP | <Font> | homepage | HTML | index.html | Internet | link | meta tag | Network Neutrality |Tim Berners Lee|URL |W3C | WWW

absolute URL -

An absolute URL is a complete URL specifying the exact location of a file on the Web, including the protocol, the host name, and the exact path to the file location.

browser -

a software application which enables a user to display and interact with text, images, videos, music, games and other information typically located on a Web page at a website on the World Wide Web or a local area network. Text and images on a Web page can contain hyperlinks to other Web pages at the same or different website. Web browsers allow a user to quickly and easily access information provided on many Web pages at many websites by traversing these links. Web browsers format HTML information for display, so the appearance of a Web page may differ between browsers.

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 -

CSS stands for Cascading Style Sheets
Styles define how to display HTML elements
Styles are normally stored in Style Sheets
Styles were added to HTML 4.0 to solve a problem
External Style Sheets can save you a lot of work
External Style Sheets are stored in CSS files
Multiple style definitions will cascade into one

Domain Name -

A series of alphanumeric strings separated by periods, such as www.hmco.com, that is an address of a computer network connection and that identifies the owner of the address.

<Div>

The <Div> tag tells Dreamweaver to position text in the top and left properties, position absolute.

<Font>

The <Font> tag is a specification eliminated from XHTML use by the World Wide Web Consortium. The <Font> tag allows a user to change characteristics of a block of code.

FTP-

File Transfer Protocol (FTP) is a network protocol used to transfer data from one computer to another through a network such as the Internet.
FTP is a file transfer protocol for exchanging and manipulating files over a TCP computer network. A FTP client may connect to a FTP server to manipulate files on that server.

homepage -

The first page a viewer will see when accessing a webpage. The local file that that automatically loads when a web browser starts.

HTML -

an initialism of HyperText Markup Language, is the predominant markup language for Web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as links, headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of tags, surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript) which can affect the behavior of Web browsers and other HTML processors.

index.html -

site root for a website. Every website is built inside directories on a Web server. And each Web page is a separate file on that Web server. But sometimes, when you go to a URL, there is no file listed in the URL. For example:

http://webdesign.about.com/
But there is still a file that the Web server needs to serve in order for that URL to display anything other than an error page. This file is the default page for that directory. On most Web servers, the default page in a directory is named "index.html".

What this means is that when you go to a URL without a file named at the end, the server looks for a default file and displays that automatically. Just as if you had typed in that file name in the URL:

http://webdesign.about.com/index.htm

Internet -

is a global system of interconnected computer networks that interchange data by packet switching using the standardized Internet Protocol Suite (TCP/IP). It is a "network of networks" that consists of millions of private and public, academic, business, and government networks of local to global scope that are linked by copper wires, fiber-optic cables, wireless connections, and other technologies.

link -

A segment of text or a graphical item that serves as a cross-reference between parts of a hypertext document or between files or hypertext documents. Also called hotlink , hyperlink .

meta tag -

They are information inserted into the "head" area of your web pages. Other than the title tag (explained below), information in the head area of your web pages is not seen by those viewing your pages in browsers. Instead, meta information in this area is used to communicate information that a human visitor may not be concerned with. Meta tags, for example, can tell a browser what "character set" to use or whether a web page has self-rated itself in terms of adult content.

Network Neutrality -

NN is a principle that is applied to residential broadband networks, and potentially to all networks. A neutral broadband network is one that is free of restrictions on the kinds of equipment that may be attached, on the modes of communication allowed, which does not restrict content, sites or platforms, and where communication is not unreasonably degraded by other communication streams.

Tim Berners Lee -

While working at Cern, Tim Berners-Lee is credited with inventing the internet. In order to facilitate file sharing, Lee based his project on hypertext. The NeXT computer he used while at Cern became the world's first web server.

URL -

Uniform Resource Locator

W3C -

World Wide Web Consortium

WWW -

World Wide Web