Study Topics

Interactive I  »  Spring 2010  »  Mon & Wed  »  1:00 to 2:50 PM


Week Topics Resources
1
  1. History of the Internet
  2. HTML Basics
  3. HTML File Anatomy
 
2
  1. Dreamweaver Interface
  2. Site Management
  3. File & Folder Management
 
3
  1. CSS for Presentation
  2. Links
 
4
  1. CSS for Layout
  2. Images
 
5  
6
  1. CSS for Navigation
 
7  
8
  1. SEO
    (Search Engine Optimization)
 
9  
10
  1. Appointments
11
  1. Spring Break
12  
13  
14  
15  
16  

Key Concepts / Skills

  1. Site Management
    Define a site…
    Upload files
    Download files
    Local & Remote Views
  2. Files & Folder Management
    index.html
    Naming Practices
  3. Basic HTML Tags
    <html>
    <head>
    <body>
    <title>
    <a>
    <h1>, <h2> … <h6>
    <p>
    <ol> or <ul>
    <strong>
    <em>
    <div>
  4. Links
    Relative Vs. Absolute
    Internal & External
    Email
    Anchor
  5. Images
    JPEG, GIF & PNG Formats
    Rollover Images
    CSS Background Images
  6. CSS (Cascading Style Sheets)
    Tag rules
    ID rules
    Class rules
    Compund rules
  7. CSS for Presentation
    Styling with Tag rules
    Styling <h1> … <h6> tags
    Styling <p> tags
    Styling with <strong> & <em>
  8. CSS for Layout
    Styling with ID rules
    Floating <div> tags
    Clearing <div> tags
    Using ID & Class Attributes
  9. CSS for Navigation
    Using <ol> or <ul> tags
    Using <li> tags with <a> tags
    Styling with Compound rules
    Styling with Class rules
    Styling <a> & <a:hover>
  10. SEO Practices
    Meta Keywords
    Meta Description
    Title Tag
    ALT Attributes
    Title Attributes