WebClassIntroductionChapter : Approach to building web sites

Difference between web and print
Browser differences
Standards
Separating style, content and structure

WebClassXhtmlChapter

Definition of XHTML / basic rules for balancing tags, etc.
<html doctype>
<head><body>
<a href> <a name>
<img alt>
<h1><h2><h3>
<ul> <ol> <li>
<table>
<div> <span>
<meta> <script>
Additional Resources

WebClassStyleChapter : CSS

Definition of External CSS / basic formatting rules
div vs. span
class vs. id
font-family, size, color, background-color, line-height, letter-spacing, padding, margin
positioning: relative vs. absolute
Advanced topics: overflow, visibility
alternate, imported style sheets
Additional Resources

WebClassPhpChapter

Definition Open Source
how PHP works - what is needed for setup
Basic formatting rules
Includes
Variables
Cookies, Arrays
Security issues
Additional Resources


Last edited on August 11, 2002 4:31 pm.