| Preliminaries |
Let me state here at the beginning that it is assumed that you possess enough computer literacy and knowledge to do the following:
We will be using two software tools for this workshop: The use of a text editor to manually create XHTML documents may seem primitive and passé, considering what today's commercial XHTML editors can do, but an understanding of basic manual procedures will make you a true power user with the ability to work under the hood. The majority of Web designers today will tell you that they need to work manually in XHTML in just about every job they do. XHTML document file names should not contain any spaces and should always end in .html or .htm (.html is the preferred format). Mac users should pay particular attention to this as the MacOS does not require the addition of a file extension.
The XHTML file that will serve as the opening page of your Web site
should be named
It is highly recommended that you have a copy of both browsers (MS Internet Explorer and Netscape) on your computer so that you can preview your work in both. The latest versions are resonably equivalent but they both have small differences in their respective interpretations of XHTML code.
You will need a standard place to store your XHTML documents, and graphics.
Create a new directory/folder on your hard drive and name it something
logical like Web Projects:
Have your text editor and browser at the ready while we take a look at the basic structure of XHTML documents with The Basic XHTML Template.
|
|
|
| XHTML
Basics Workshop © 1996-2005 |