http://www.alistapart.com/articles/doctype/ Explanation of doctypes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">OR
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
This specifies the encoding of symbols and special characters [UTF-8 is the default]
http://www.synergycons.com/Tutorials/xhtml2.asp This is an XHTML file template
http://green-beast.com/blog/?p=109 Basics for a new CSS file
http://www.456bereastreet.com/archive/200612/internet_explorer_and_the_css_box_model/ CSS box model and differences between W3 and Internet Explorer box models
http://www.brainjar.com/css/positioning/
http://jessey.net/simon/articles/003.html
http://css.maxdesign.com.au/listamatic/about-boxmodel.htm
http://www.maxdesign.com.au/presentation/process/index.htm This is the CSS page-building technique we will use this semester
http://green-beast.com/blog/?p=199 Units of calculation in pixels, % and EMs
http://www.barelyfitz.com/screencast/html-training/css/positioning/ Tutorial on positioning
http://www.brainjar.com/css/using/ Overview of CSS Style Sheets; including review of selectors
http:/www.autisticcuckoo.net/archive.php?id=2005/01/11/block-vs-inline-1 Block vs. Inline elements [div vs. span]
http:/www.autisticcuckoo.net/archive.php?id=2005/01/12/block-vs-inline-2 Block vs. Inline elements: block formatting context, bloxk box dimensions, collapsing margins
http://www.autisticcuckoo.net/archive.php?id=2005/01/13/block-vs-inline-3 Block vs. inline boxes, inline box formatting
http://www.bigbaer.com/reference/colors/named_colors.htm Block vs. inline boxes, inline box formatting
http://www.htmldog.com/examples/ List of properties for HTML and CSS; look at LAYOUT examples
http://www.glish.com/css/3.asp 3-column layouts
http://blog.html.it/layoutgala/LayoutGala07.html 3-column layouts
http://blog.html.it/layoutgala/LayoutGala33.html 2-column layouts