HTML is the basic data format behind the web, a vast interconnection of pages
encoded in HTML. We study simple HTML in lecture, and rely on HTML editor for
more advanced formatting command like tables.
HyperText Markup Language, HTML
HTML Goodies - resource on HTML.
also have some info about javascript and DHTML
Bassem's HTML tutorial
for beginner - a good tutorial for beginner, w/ a side-by-side illustration
of the code listing and the its effect in a browser
Sizzling HTML Jalfrezi
- a comprehensive guide, including lists, tables, forms, frames, stylesheets,
imagemaps, and a little bit DHTML
Builder.com - a comprehensive resource
site about web building by Cnet. This features much more than HTML coding,
including up-to-date articles on page design, scripting, server administration,
etc. A must-see for experienced webmaster.
Official HTML info in W3C - World
Wide Web Consortium (W3C) is the standard body of many web related technology.
This page has the most official info about HTML (including a formal specification).
XHTML 1.0 - HTML 4.0 (4.01)
is the latest version implemented in browser. The next big move ahead is XHTML
1.0, a reformulation of HTML in XML. Read to see how HTML is made right
again.