Tools and Tutorials for Building Web Pages

WNMU Home >>  Information Technology >>  Your Web Page >>  Tools and Tutorials

Building Your Web Page: Tools and Tutorials


An Introduction to HTML   |   Web Page Software
On-line Learning and Help | Student Web Page FAQ Opens New Browser Window



First Things First: What Is HTML?

HTML stands for "Hypertext Markup Language." It is the basic building block for all Web pages. HTML is very simple group of codes that tells a Web browser such as Internet Explorer or Netscape the important things about a Web page:
  • First, that the page is a Web page and not a spreadsheet, word processing document, or database;
  • Then, how the page should look: how big the text is, what color the background is, whether a picture is on the left or right or in the center of the page;
  • Finally, HTML tells your Web browser what text or areas on your page are hypertext or "links" to other Web pages.


Here is an example of the HTML used to create a portion of this Web page: (click link to see what the example looks like on this page)

<br><h2>Introduction to HTML</h2>< a href="http://archive.ncsa.uiuc.edu/General/Internet/ WWW/HTMLPrimer.html" target="_blank"><strong>A Beginners Guide to HTML</strong></a><br>
This is a good guide to what HTML is and why it is used from the National
Center for Supercomputing Applications (NCSA), the group involved with creating one of the first graphical Web browsers (Mosaic). Great for background on how things work, but for instructions on how to build Web pages and help when things go wrong you&#8217;ll want to look elsewhere.<br>


As you see, each piece ("tag") of HTML is written between two angle brackets, which may be more familiar to some as the "less than" and "greater than" symbols. These tags come in two halves: an opening tag, and a closing tag. The content - text, or image - placed between the two halves of a tag is affected by that tag. So, in the example above, the words:

A Beginners Guide to HTML

placed between the halves of the "boldface" or "strong" tags:

<strong> A Beginners Guide to HTML </strong>

produce the bold text, A Beginner's Guide to HTML.

It's often very informative to see the html code used to produce a page you are viewing. While viewing a page in your browser, click on the View menu and select "Source" (or "Page Source", depending on the browser you're using) and you will be able to see the source code for the page.

Back to top.


Software for Building Your Web Page
Note: there are Web sites that offer low cost or free "on-line page builders," often with very easy to use menus, buttons, and background. Be careful, though - many of these only allow you to create Web pages on their own Web site, not to create pages which you could put on your WNMU Web site. Some of these also add their own advertisements to your Web page, and may even collect information about visitors to your Web site for marketing and other purposes. If you're not sure exactly what an on-line Web page builder will do, it may be best to use a stand-alone program.
Because all you have to do to create a Web page is to type characters on the keyboard, all you really need is a simple text editor. You can also create simple pages in most word processing programs (such as Microsoft Word) and save those documents as HTML files. Just typing text without seeing how the results will look on your Web page is hard, though, and word processing programs don't always create good HTML that will work well in all Web browsers. When working on a page you can see how it will look in a browser by saving the page (note where you save it!) and loading the file you've saved into your browser. Select the "File" menu and "Open" from the menu (or "Open File" if you're using Firefox). If you want to create anything but the simplest page, it is usually worth the extra bit of expense to get Web page software.

Full-scale, full-featured programs such as Adobe's GoLive, Macromedia's Dreamweaver, and Microsoft's FrontPage make it easy to create Web pages, but unless you are creating a complex Web site purchasing those programs may mean paying for a number of features you don't need. (It is worth noting, though, that the WNMU Bookstore often offers special pricing on computer software.) Shareware and freeware programs work well for simpler Web sites, and are often easier to learn and use. Shareware sites such as Tucows and VersionTracker are easy ways to find these programs; the following list is only an idea of what is available.
  • Netscape - The Composer component (Window>Composer) of the Netscape Web browser has a number of features, and it is free. It is not always the easiest program to use, though, and occasionally it produces Web pages that only really look good on (surprise!) Netscape.
    For Windows and Macintosh
  • NoteTab - Three different versions of HTML creation software, from simplest to most fully featured, ranging from free to $19.95. It's highly rated on the VersionTracker Web site, and the full version has a 30 day free trial.
    Windows Only
  • PageSpinner - This $29.95 program is probably the most popular shareware HTML creation software for the Macintosh, and it has outlived a number of commercial products (such as Claris HomePage) as well.
    Macintosh Only
There are many more programs for writing Web pages, and many are free to download and try. The best one is the one that works best for you.

Tutorials, Help Pages, and Other Web Resources

Once you have your software (or Notepad) up and running, and you know what content you want to put on your Web site, you're ready to start. The following are links to sites where you can learn how to use HTML to build your Web page.


A Beginners Guide to HTML
This is a good guide to what HTML is and why it is used from the National Center for Supercomputing Applications (NCSA), the group involved with creating one of the first graphical Web browsers (Mosaic). Great for background on how things work, but for instructions on how to build Web pages and help when things go wrong you’ll want to look elsewhere.
Back to top.


HTML: An Interactive Tutorial for Beginners
Here are some very good, step-by-step interactive tutorials covering beginning and intermediate topics. This is an excellent place to start learning the skills to build your Web page.

HTML Tutorial
More tutorials, and useful “HTML Examples” area that lets you change HTML code on a Web page and see the results live.

HTML Station
Another site with tutorials and tools, covering topics from beginning to advanced Web page designed. Some of the topics and tutorials are very complex, so you may want to start with the “Interactive Tutorial for Beginners” or W3C Schools “HTML Tutorial” sites given above.


The Bare Bones Guide to HTML
Here is a concise list of HTML tags, useful for those times when you don’t want to look something up on the W3C site (listed below).

WebTV Color Picker
Just how will magenta text look on that green background? This nifty tool was developed by some of the original WebTV designers, and it has wisely been kept by MSNTV as part of their MSNTV Developers site. There are other “color pickers” out there, but for basic work this is one of the best.


A List Apart
An excellent, opinionated, and challenging resource for those designing Web sites. You’ll find a few articles appropriate for beginners here as well, but don’t make this your first stop when you sit down to design your first page. It’s worth a look, though, for ideas on what your Web page can do.

W3C: The World Wide Web Consortium
This is the definitive site about Web pages and other Web technologies from the developers of the HTML, XML, and CSS standards. It has a number of tools for building and checking Web sites as well as complete standards documentation. It is also huge, highly technical, and sometimes frustratingly over-detailed, especially when all you’re trying to do is make a Web page that looks good. This site is still a good one to bookmark for further research, and their resources on creating Web pages that are accessible to those who are physically challenged (http://www.w3.org/WAI/), CSS (Cascading Style Sheets), and other topics are second to none.

Zen Garden: The Beauty of CSS Design
Cascading Style Sheet technology (CSS) takes the parts of HTML that tells a Web browser how a Web page should look and puts them in a separate "style sheet" file. CSS has several advantages: it is easy to keep a consistent look and to change that look on a number of pages by changing a single file, and Web pages created using CSS can use much smaller files that load quicker. This is not really a technique for beginners (though it is surprisingly easy once you learn some basics), but after you learn the basics of HTML you may find that CSS gives you more flexibility when designing and creating your own Web pages.

The Zen Garden site presents the same basic page text in 305 different designs (as of 8 June 2004), with all of the changes in look done by selecting a different style sheet file. Even if your own Web page never looks like any of these - most of the designs were created by professional graphic artists, and some of them are more flashy than usable - this site shows what is possible.

Back to top.


WNMU Information Technology
PO Box 680     Silver City, NM 88062
Phone: 575-538-6436     Fax: 575-538-6491