|
HTML has come a long way since it was first invented. Starting out
as a pretty simple derivation of SGML it has grown into a pretty
complex beast if you consider it along with JavaScript and Cascading
Style Sheets (CSS). Not only have more HTML tags been introduced, but
the entire rendering and document model has undergone change and
a drive toward standardisation.
There is much talk and hype about dynamic HTML
without a great deal of explanation of its capabilities. I hope through
these next few pages to show some of the basic elements of JavaScript
and CSS and how together they can help you influence the browsing
experience of your visitors.
- An introduction to HTML
- Observations on HTML Creation
- Basic JavaScript
- Basic Cascading Style Sheets
|