Agenda for Lab 4:
- First Things First... Check-In
- Background Info: Relative Paths:
Abolute Path =
"/class/classes/username/.html/graphics/pic.jpg"
Relative Path =
"./graphics/pic.jpg"
'./' = Current Directory
'../' = Parent Directory
- Pre-coding Design
- Designing File Hierarchy:
Example
- File/Folder Structure: Organizing your different
*.html files, grouping graphics, etc.
- Coding Design (Style)
- Another Note about Style:
HTML is NOT case-sensitive, so you can use
type "FONT" or "font" inside a font tag, but try to stick
with one, it makes your code much cleaner
- FRAMES!!
- Research Task (30-45 minutes)
- Questions??
- Work on Your Homework or Midterm
- Last But Not Least... Check-Out