18 February 2004
if ("news" == "class topics") echo "Today's Topic: "; if ("news" == "discussions") echo "Discussion Question: "; if ("news" == "projects") echo "Project Assignment: "; ?>HTML Sampler
In addition to the MITH tutorials, this page is an excellent way to expand your tag vocabularly. Simply view the source code in your browser, and look for the corresponding effect on screen--then try the tag out yourself to make sure you understand how it's working.
Messing around on your own is the best--really the only--way to get comfortable with writing basic HTML.
if ("class topics" == "class topics") echo "Today's Topic: "; if ("class topics" == "discussions") echo "Discussion Question: "; if ("class topics" == "projects") echo "Project Assignment: "; ?>HTML 2.0
MITH Tables Tutorial (different from last week's): http://www.mith.umd.edu/teaching/tutorials/tables/index.html