info343/labs/1/content.txt

Lab 1

new content:
   HTML
      basic page structure
      block vs inline
      semantic thinking
      tags
         p
         h*
         br
         img
         em, strong
         lists: ol, ul, li
         blockquote, q
         pre, code
         ins, del
      comments
      validation
   
   CSS
      basic rule syntax
      selectors, targeting elements
      font-family
         multi-word
      font-style
      font-weight
      color
      background
         -image
         -color
         -attachment
         -repeat
      
   targeting elements
      id/class & usage
         #
         .
      selectors
         tags
         space
         >
         +
      id/class combos
   
   uploading