Equally as important as designing a well organized web presentation is the practice of creating well designed HTML documents. Two primary reasons for keeping HTML documents consistently constructed are:
The following practices are required for all HTML code handed in for assignments and tests.
Use this:<BLOCKQUOTE> <ADDRESS> <B> Website Design Course </B> <P> <B> Bill Cassidy <BR> St. Lawrence College <BR> Kingston, Ontario <BR> </B> </ADDRESS> </BLOCKQUOTE>Instead of this:
<ADDRESS> <BLOCKQUOTE> <B> Website Design Course <P> Bill Cassidy <BR> St. Lawrence College <BR> Kingston, Ontario <BR> </B> </ADDRESS> </BLOCKQUOTE>
<META NAME="Author" CONTENT="Your Name"> <META NAME="Date" CONTENT="Date Assignment Due"> <META NAME="Description" CONTENT="CIS500 - Assignment # n">
Here are a number of issues to keep in mind when designing an effective web presentation.
This is just a little rant about two style issues in hypertext that I'm [Tim Berners-Lee] seeing more of and don't like much.The first is the _here_ syndrome, eg.:
Information about Blah Blah Blah is available by clicking _here_.where the word _here_ is the link. This style is really awkward; when you click on 'here', you have to look around to make sure it is the *right* here. Let me urge you, when you construct your HTML page, to make sure that the thing-you-click is actually some kind of title for what it is when you click there. E.G. say
Information about _Blah Blah Blah_ is now available.And use:
Information on _how to do searches_ is available.Instead of:
For information on how to do searches, choose _this link_.Not quite as bad, but still awkward is where someone will use a topic word as a link, but it still talks about the links:
Here are links to a _CREDITS_ page and _technical details_ ...Instead, try writing something like
Many thanks go to _various people_ for the contributions. _Technical details_ of this system are available now.I.e., make your HTML page such that you can read it even if you don't follow any links.
-- excerpt from Style Guide for online hypertext
- Tim Berners-Lee
This listing is far from complete, but provides a good starting point for developing effective web presentations.
Home Page | Session 3 Index | Public Identifiers | Design Principles