Terms to Know

Browsers

such as Netscape Navigator display HTML documents.

Cascading style sheets (.css files)

Documents that manage the appearance of web pages across a site. Style sheets contain information about the fonts, heading levels, colors, backgrounds, and other elements of web pages

Editors

are software programs that help you create Web pages. Some types, called WYSIWYGs, do the coding for you as you create the page. You don't need a Web page editor to create web pages because HTML is simply text--any text editor (like Word) will work.

Files

hold information that can be displayed by an application.

File
Extensions

identify files by type. Extensions associate files with the types of applications that can read them and appear as a period followed by letters after the file name. Text files read and displayed by browsers as web pages usually end in .html or .htm. Graphic files for the web most often end in .gif or .jpg. (This may be a new concept for MAC users since MAC operating systems don't generally require file name extensions as PC and UNIX operating systems do. Remember, however, that browsers need the file name extensions to read files.)

Folders

hold any number of files in a directory.

FTP

File Transfer Protocol programs allow you to interact with servers, sending and receiving files. MAC uses a program called "Fetch."

Heuristic

A useful rule of thumb, a general strategy for problem solving that has worked in the past. Guidelines that provide quick and efficient strategies for making judgments and solving many common usability problems.

HTML

(Hypertext Mark Up Language) is the format that files are written in so that web servers can process them and make them available to others over the Internet. Though there are other coding forms used now, HTML is the basic staple of most web development.

Servers

house, or store, web pages and sites. We access web sites from servers and place our web pages on servers to be viewed by others.

Tags

appear as letters inside < > brackets and are the part of HTML that tells browsers what to display. For example, this line include tags for bold and italics...

<b>Display a word in <i>italics</i>.</b>

and tells the browser to display the sentence this way:

Display a word in italics.

URL

Uniform Resource Locator and it is the "address" that each page has. (http://www.yahoo.com is an example of a URL).

Web pages

are files that contain HTML coding, information, graphics and other elements. A "page" shows up as one continuous length of information.

Web sites

are groups of linked pages.

Web Page Editor

are software programs that help you create web pages. Some types, called WYSIWYG editors, do the coding for you as you create pages and sites. You don't need a Web page editor to create pages because html is simply text and can be created in any text editor. However, these types of programs have been improving over the years and are often quite useful for creating and managing large sites.


 

Webopedia is an excellent and extensive glossary of terms related to the web, internet, and computing.