|

|
User Interface
|
HTML
Html is the language of web browsers. It conveys to the browser what
to display. It is generally the job of the web browser to take that
information and render it for the user. The idea is that platform
specific items are eliminated. This sounds good, but it causes problems
for web page designers who wish to have viewers to have a specific
visual experience viewing the web page.
Web Sites
|
|
HTML Home
Page
Looking for definitive answers? Go to the specification!
|
The
HTML Guru!
Seems to have a good bag of tricks for tweaking HTML. |
| |
|
Top of Page
DHTML
What's on the horizon for HTML? One aspect is DHTML (Dynamic HTML).
This allows a variety of special effects to be created. Be careful here
though, using DHTML is an exercise in limiting which browsers can see
your web page as you intended.
Top of Page
Color
The amazing thing about the web is that you can attach sound as well
as color to things. By far, the one most used is color in the form of
pictures, mouseovers and a variety of other items. So, it is definitely
useful to have a good understanding of how color can be used in
browsers, as all colors are not created equal. In particular, the 216
color cube is very important when you are trying to make sure that web
page will look the same using a variety of browsers.
Top of Page