Authoring UNDSMHS Web Pages

Departments and individuals within the UND School of Medicine & Health Sciences can post their own homepages on the school's web server. Here are some pointers to get you started.

Writing HTML

Web pages are text files coded with HTML (HyperText Markup Language) tags. Here are some good guides/tutorials on the subject.

When you create files to upload to the Med School's web server, please follow these guidelines:

Once you have written your HTML files (and possibly uploaded them to a server), there are some handy services that will check them for you. You might want to try: All will display a form where you enter the URL of your document, or paste some sample HTML. Their server then loads and checks your file, reporting back any errors it finds.

This page was run through the W3C Validator. There's a logo at the bottom of this page showing that it passed at one time, click it to see if it still passes.

If you'd like to control which version of HTML a validator checks your page against (there are several), you can specify a "doctype" that the top of your file. For example, to check your document against the older, but more common HTML 4.0 standard, as opposed to the newer and very strict XHTML 1.0 standard - add this at the beginning of your HTML document:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">

If you check the source of this document, you'll see it at the very top, before the <html> tag.

More information about doctypes.

Putting Pages on the server

There are several methods for putting files on the med school web server.

Registering your homepage

If you want your personal homepage to show up in the Index of Personal Homepages, you need to register it using your e-mail account administration pages. Here is a quick How To.. on the subject.

Return to the UNDSMHS Homepage


Valid HTML 4.01! Barry Pederson <barryp@medicine.nodak.edu>
Revised 2/20/2003