CHAPTER 17: WEB TOOLS
back to the Computing Guide Contents



Since the popularity of the World Wide Web is increasing, it is important to know the terminology and what kind of tools are available to browse or "surf" the Web and create Web documents.

17.1 Terminology


Browser
Web Browsers are special applications that know how to access a variety of network-based resources, such as ftp or http servers. Since a browser knows how to interact with all of these different types of resources, you don't have to -- you only need to know how to use the browser. Most browsers support an easy-to-use "point and click" interface, so network accesss becomes extremely simple when you use a browser.
HTML
HTML stands for HyperText Markup Language. It is a simple language that allows formatting directives or "tags" to be embedded into a text file; all Web browsers understand HTML and are able to display HTML documents.
HTTP
HTTP stands for HyperText Transfer Protocol. It is used to retrieve Web pages on a network. All Web browsers understand the HyperText Transfer Protocol.
HTTP Server (Web Server)
An HTTP server, sometimes called a Web server, is a computer that stores Web pages and makes them available to Web browsers. MMM's HTTP server is the SGI workstation box, which is aliased to www.mmm.ucar.edu.
URL
URL stands for Uniform Resource Locator. A URL identifies an item in a computer network. It tells a browser where a file is and how to access it.
WWW
WWW stands for World Wide Web. It refers collectively to the Internet and the software tools (especially browsers and HTTP servers) that make it easy to access information on the many computer systems on the Internet.



Return to top of page

17.2 Browsers


A number of different browsers are available. The MMM division currently has three browsers installed: Mosaic, Netscape and Lynx. Web Browsers open files based on the file's Uniform Resource Locators or URLs. Some sample URLs are shown below: To see the user guides for these WWW Browsers click here.

*Mosaic and Netscape are also available for the Personal Computer and Macintosh. If you would like these applications installed on your PC, please send in a request through the assist program.



Return to top of page

17.3 HTML


"Web pages" are written in HTML (HyperText Markup Language). An HTML file consists of text, which is displayed to the reader of your HTML document, and tags, which tell the browser how to format that text.

Here is a bare-bones example of HTML:

    <TITLE>The simplest HTML example</TITLE>
    <H1>This is a level-one heading</H1>
    Welcome to the world of HTML. 
    This is one paragraph.<P>
    And this is a second.<P>
Click here to see the formatted version of the example.

It is easy to learn HTML coding.

To see a user's guide for HTML click here.


Return to top of page

17.4 HTML Converters


Many software packages now include HTML converters.  Some existing packages that include HTML converters are:

Return to top of page

Copyright © UCAR 1998 - Disclaimer - mmminfo@ncar.ucar.edu
Last Modified: 1 July 1998