| Lesson # | Topic | Lesson # | Topic |
|---|---|---|---|
| One | Consistent Code | Four | Spelling |
| Two | Structure | Five | Testing |
| Three | Design | Go to the | Table of Contents |
A web browser ignores spaces, tabs, blank lines, etc. in a document's HTML code. How text is displayed is determined by formatting tags. The design of your page should enhance, not detract, from its content.
Indents, spacing, blank lines, comment tags, etc., however, are very useful in documenting your HTML code so that it can be easily maintained, updated, modified. Creating consistent code in the pages you create will also make it easier for you to correct errors in the coding.
Some general rules for creating HTML code:
<HTML>,
<BODY>,
and similar tags on their own lines.
<BR>
tags, place them at the end of a line.
<HR> tags on
separate lines.
<!-- comment
text-->
to clarify and identify sections of your code.
Good organization is important to the design of your page. You should guide the readers in a logical flow rather than losing them in a maze of unrelated links. One approach is a top-down linear design, which is easy to design, write, and implement. If you have a great deal of content to display, take advantage of hyperlinks from the initial page to related pages in an organized, easy to follow pattern. See your textbook's publisher's site, Macmillian Publishing Company as an example of user-friendly index to a vast amount of information.
Often it is a good idea to index your documents in an orderly fashion, logically grouped by categories. This type of design has help make Lycos a very popular search site for millions of web users.
<ALT>
tag to give your graphics a meaningful name to accommodate
non-graphic browsers.
<TITLE>
tag and <H1>,
<H2>,...
tags, etc.
improve a page's information content.
</P>.
<A HREF="www.uah.edu/">UAH</A>.
< ,
> ,
& , and
")
in such a way as to confuse a web browser.
Use special character
strings instead.
Under the Options menu of HTML Assistant
Pro set the option,
"Show ISO Characters list" on and use it to insert
those and other characters into your text.
<A
HREF="HTTP://www.uah.edu"><H1>UAH</H1></A>
<H1><A
HREF="HTTP://www.uah.edu">UAH</A></H1>
<B>This is an example of <I>overlapping</B> tags</I>
| To send email to the course instuctor, Alan F. Whitten | |
|---|---|
| Telnet to your email.uah.edu account from a UAH computer lab |
|
| Above email gif created by:
Matthijs
Rouw
Use an email enabled web browser configured for your address Email graphic to the right was created by: Camilla Eriksson |
|
| Use your HotMail account to email whittena at uah.edu or anyone else you care to write. |
|