What's a Webpage?
A webpage is a file that ends in .htm or .html. Just look in the address bar for an example: what_webpage.htm is a webpage.
You should always name your homepage either index.htm or index.html. Be careful to not have both!
You create webpages in a web editor, like Dreamweaver. You and other people surf webpages in a web browser, like Internet Explorer.
You can edit images in an image editor, like Photoshop.
A webpage must be on a server for other people to surf it. At UWSP, your page must be in the inetpub folder in MyFiles.
Hyperlinks, or links, connect webpages. They're what make webpages so useful. Some links are to pages in the same website; these are called internal links. Other links are to pages on other websites (e.g., the DPI); these links are called external links. Notice the difference:
There are three main ways to format text: bold (also called strong), italics (also called emphasis), and headings. On this page, "Getting Started" is Heading 1, and "Basics" is Heading 2. There are 6 levels of headings, like an outline. Most people only use the first three. (I'm using CSS to do some fancy things with my headings, like that dotted gray line.)
There are two kinds of lists:
Tables are a popular way to format webpages. But be careful! You should only use tables for tabular information.
| A | table | can |
| have | visible | borders |
or
| A | table | can |
| have | invisible | borders |
There are many other ways to format webpages and text, including backgrounds and color. This page has a white background and black and red text. You probably didn't notice the background, but it was a deliberate choice: it makes this easier to read, especially on a digital projector!
Learn by experimenting. Try, save, view. There is
no better way to learn.
A: Try HTML Help by the Web Design Group (http://www.htmlhelp.com/). There is a lot of jargon (i.e., technical words) about web publishing. But you need to learn this jargon to use the software and to ask fruitful questions. Unfortunately, it's like learning a language by reading a dictionary. You have to start somewhere, but it will get easier.
A: While creating and publishing webpages, it's very difficult to break the computer, the software, or the Web. In most cases, your page simply won't appear correctly (or at all!). Try to retrace your steps and find the mistake. Test every major change immediately, so mistakes don't pile up.
A: Web browsers can only read webpages. You can't make changes. Web editors can only create and publish pages. You can't surf the web with a web editor. Unlike in word processing, in web publishing we use one kind of program to create content and another kind of program to consume content.
A: A website is a collection of similar webpages. You can only see one page at a time. Usually, all the webpages in a website start with the same address. For example:
One big website can hold many smaller websites. For example, the website for this course is part of my personal website, which is part of the education website, which is part of the UWSP website.
A: There are many reasons your page might show up. Here are some frequent solutions: