Tutorial

Introduction to SSH

Submitted by Syscrusher on Tue, 2005/06/07 - 08:36.

This article was originally published in 2001, but SSH is still among the most popular Open Source communication tools.

( categories: | )

Webliography

Submitted by Syscrusher on Mon, 2005/06/06 - 23:53.

Here are some excellent sources, online and print, for further learning.

( categories: | )

Seven Deadly Sins of HTML

Submitted by Syscrusher on Mon, 2005/06/06 - 23:51.

I've helped a number of people learn to write HTML, and over the years I've seen that most people make the same mistakes -- in design or in coding. Here's my "top seven" list of what I consider to be the worst habits.

( categories: | )

Tailoring the Table Cells

Submitted by Syscrusher on Mon, 2005/06/06 - 23:48.

As mentioned before, the <td> and <th> tags (for table data and table headers, respectively), are equivalent except that table headers are automatically emphasized or boldface in most browsers. The discussion that follows lists only the <td> tag, but everything said also applies to <th>.

( categories: | )

More Fun with Tables

Submitted by Syscrusher on Mon, 2005/06/06 - 23:45.

We have seen simple examples of how to create tables, but there is much more that the <table> and related tags can do. In this lesson, we will explore these powerful tags in greater detail.

( categories: | )

Using Tables

Submitted by Syscrusher on Mon, 2005/06/06 - 23:43.

We discussed in an earlier lesson how important it is not to try to force a precise page layout on the browser. By the same token, though, there are times when the nature of your content means you need to have at least a little control. A prime example of this is when you are presenting information that is organized into rows and columns, like a spreadsheet or grid.

( categories: | )

Anchor and Bookmark Tags (Linking to Other Pages)

Submitted by Syscrusher on Mon, 2005/06/06 - 23:39.

What is the point of calling it the World Wide Web if there are no links between pages? You've no doubt been wondering about this as you waded through the past few lessons on the other kinds of tags: "Yeah, this is all fine, but how do I link?" Hopefully this page will answer that question!

( categories: | )

Image Tags

Submitted by Syscrusher on Mon, 2005/06/06 - 23:36.

The <img> tag is used for inserting graphics (images) into your document. It is a relatively simple tag but interacts with other tags in complex ways, so it gets a page all to itself.

( categories: | )

Text Formatting Tags

Submitted by Syscrusher on Mon, 2005/06/06 - 23:33.

These tags, like the document part tags, are quite frequently used. Luckily these are among the easiest to learn, and most of them are quite intuitive.

( categories: | )

Basic Document Parts

Submitted by Syscrusher on Mon, 2005/06/06 - 23:29.

This page is a short collection of the tags most needed by beginning webmasters along with contextual information on how they are used. No matter what else you do, you will need to know these tags well because they are used constantly.

( categories: | )
Syndicate content