They Said It...
How can we account for our present situation unless we believe that men high in this government are concerting to deliver us to disaster? This must be the product of a great conspiracy on a scale so immense as to dwarf any previous such venture in the history of man. A conspiracy of infamy so black that, when it is finally exposed, its principals shall be forever deserving of the maledictions of all honest men.
|
Web DesignWebliographySubmitted by Syscrusher on Mon, 2005/06/06 - 23:53.
Here are some excellent sources, online and print, for further learning. ( categories: Web Design | Tutorial )
Seven Deadly Sins of HTMLSubmitted 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: Web Design | Tutorial )
Tailoring the Table CellsSubmitted 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: Web Design | Tutorial )
More Fun with TablesSubmitted 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: Web Design | Tutorial )
Using TablesSubmitted 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: Web Design | Tutorial )
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: Web Design | Tutorial )
Image TagsSubmitted 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: Web Design | Tutorial )
Text Formatting TagsSubmitted 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: Web Design | Tutorial )
Basic Document PartsSubmitted 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: Web Design | Tutorial )
Learning HTML TagsSubmitted by Syscrusher on Mon, 2005/06/06 - 23:27.
Now you are ready to learn the "meat" of the Hypertext Markup Language. As you go through the following lessons, try out the various tags in a test file on your PC. As you make a change, save your file from the editor, then use the "Reload" or "Refresh" function in your browser. ( categories: Web Design | Tutorial )
|