Minnesota Institute of Public Health  News     Links     Search     MIPH Home

CSAP's Central Center for the Application of Prevention Technologies

CAPT HOME | SITE MAP

Hands On Web Site Development

The Central CAPT web site has moved to be part of a new National CAPT web site. In 10 seconds you will be automatically redirected to http://captus.samhsa.gov/central/central.cfm -- Use this form if you have any questions.

Paul Zobitz, Central CAPT

This document was derived from a presentation given at Technology and Prevention: Working Together for Results on June 14, 2001. The headings relate to the notes given at the presentation.

A Brief History of the Internet

What's the Difference between the World Wide Web and the Internet?

The Internet and the WWW are two different inter-related concepts. While they are often used interchangeably in common speaking, knowledge of the difference between the two is important when doing Web development. The WWW is basically one way of accessing information on the Internet.

What is HTML

HTML pages are basically plain text files that contain special programming code. When these pages are viewed in a browser, the code tells the browser how to format the text and graphics on the page.

Why should I care?

It is important to understand HTML if you are planning to create a Web presence for your organization or company. A basic understanding of HTML will ensure that you know some things that can and cannot be done with a Web page. It is also important to know some basics so that you will have greater confidence when dealing with Web designers. Knowledge goes a long way in ensuring that a Web design firm will not attempt to sell you something that you either do not need or is not possible.

Why Publish HTML pages?

Publishing HTML pages, or creating a Web site is an important way to reach people with your message.

What Kind of Software Do I Need?

To create HTML pages, one really only needs a text editor, but there are many programs available. Most software (e.g. Microsoft Word, WordPerfect, etc) allow one to save or export documents to HTML format. On the high end, there are specific programs that make it easy to create HTML code.

Do I Need Any Other Tools?

A browser allows you to actually view Web pages. For creating your own Web site, you must have a place to put the files that is connected to the Internet. This space where others go to see your Web pages is called a Web host. Most ISPs have limited Web space available. If you are planning on creating a Web space for a company, it is best to look into a company that can provide the Web hosting for you.

HTML Basics

The first step in understanding HTML is to simply take a look at the actual code for a web page. If you view the source of this page, you can begin to gain an understanding of HTML.

HTML Basics

HTML Tags Covered in Session

Other Fancy Effects

For more information on dynamic content, check out Adding Fancy Stuff to Web Pages

For More Information

These links provide additional information on HTML. You can also go to your local bookstore or library to find a plethora of books that cover all aspects of HTML and Web page creation.